Zeromq on the integrated cortexM3 platform

Has anyone already implemented zeroMQ as a reliable messaging solution on cortexM3 nodes? I try to understand, if possible, and have an idea of ​​this memory. Maybe I will have freeRTOS OS. Thanks for the ideas and suggestions. Nicola

+4
source share
1 answer

See this thread in the zeromq-dev list. It appears that the 0MQ source makes extensive use of the POSIX API, so some porting to an OS without POSIX is required. In addition, this requires a TCP / IP stack, which may have a larger size, which itself is 0MQ.

FreeRTOS - , API POSIX RTOS , 0MQ ( ).

RTOS API- POSIX POSIX. RTOS NuttX . API- POSIX API BSD.

+3

All Articles