erpc icon indicating copy to clipboard operation
erpc copied to clipboard

Is TCP trasport fully supported ? [QUESTION]

Open akgalp opened this issue 2 years ago • 2 comments

Hello,

I'm interested in using this framework for communication between M33 and Linux system over ethernet. But 'supported transports' in the readme mentions "TCP/IP (mostly for testing)". Will it be fully supported?

Thanks

akgalp avatar Oct 11 '23 16:10 akgalp

Hi eRPC user. Thank you for your interest and welcome. We hope you will enjoy this framework well.

github-actions[bot] avatar Oct 11 '23 16:10 github-actions[bot]

Hi @akgalp , all transport layers are usable. But on Linux system tests only tcp can be used to verify eRPC is working correctly. But you can use it in your project, but i think it is ported only to Linux. Maybe you will need to port it to be usable on cm33 image

Hadatko avatar Oct 11 '23 16:10 Hadatko