Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 03:24:04 +0000



Post From: Python, DTC protocol and ZeroMQ

[2021-12-08 15:50:55]
ycomp - Posts: 274
Hello Flipper, could you explain what needs to be done to set up ZeroMQ?

1) what C++ library did you use? cppzmq?

2) do I need to use libzmq.dll? does that go in the DATA folder?

3) how do you build the study to include the ZeroMQ header files? Analyze | Build won't let me add folders, just files

I need to communicate between instances of Sierra (1 Master, multiple slaves).. so I'm thinkg about Zero MQ, I've used it before in other languages and it was prettty good.