I'm working on a project involving microcontrollers, and I want to implement efficient communication between them using ZeroMQ. I'm familiar with using ZeroMQ on more powerful systems (like Raspberry Pi, desktop PCs, etc.), but I'm not sure how to go about using it on microcontrollers with limited resources (e.g., low memory, slower processor).
.