IFL-CAMP / simple

S.I.M.P.L.E. - Smart Intuitive Messaging Platform with Less Effort. A Cross-Platform C++ Library to Exchange Data Across Network.
Mozilla Public License 2.0
22 stars 5 forks source link

Extend SIMPLE to use the Radio/Dish Pattern from ZMQ #13

Open SalvoVirga opened 6 years ago

SalvoVirga commented 6 years ago

The Radio/Dish sockets from ZMQ are planned to replace the pub/sub ones, we could already make them available using the same interface and remove the pub/sub ones when deprecated.

agn-7 commented 5 years ago

Is this available on pyzmq (Python ZeroMQ)?

SalvoVirga commented 5 years ago

Do you mean Radio/Dish sockets? If so, no idea, I would ask directly the in the repo of pyzmq.

Do you mean simple in python? No yet, the plan is to generate python bindings one day!