erpc icon indicating copy to clipboard operation
erpc copied to clipboard

ERPC support over inter process/thread communication

Open tmordeko opened this issue 3 years ago • 2 comments

Hi,

Wondering if there is a plan to add inter process communication for ERPC transports ?

Also, appreciate if you could provide simple example how to init InterThreadBufferTransport between two threads (some pseudo code would help here to demonstrate how to use this flavor)

Thanks

tmordeko avatar Aug 18 '22 13:08 tmordeko

Hello, we have this transport: https://github.com/EmbeddedRPC/erpc/blob/develop/erpc_c/transports/erpc_inter_thread_buffer_transport.hpp

But i think it wasn't used / tested for longer time of period. Maybe it has to be updated.

Hadatko avatar Aug 18 '22 13:08 Hadatko

Thanks @Hadatko I was referring to inter processes communication (between 2 different processes, not threads)

Regarding https://github.com/EmbeddedRPC/erpc/blob/develop/erpc_c/transports/erpc_inter_thread_buffer_transport.hpp do you have an example of usage especially on how to initiate the transport

Thanks

tmordeko avatar Aug 19 '22 05:08 tmordeko