back

by gurjeet·4y ago·view on hn ↗
I believe ZeroMQ has libraries/implementation suitable for embedded systems.
1 comments
Checked it out, no go.

Replies extremely heavy on POSIX api and threads. All the cool functionality is with sockets. There is an inproc:// but it doesn’t do much.

Lighter to just work it out using RTOS objects like queues and streams.