Hi,
I'm trying to find a suitable library and I'm looking at various options.
What I want to do:
- constant stream of large chunks of binary data (< 100,000) from a Raspberry PI to consumers on various platforms (Windows/Linux/Android/iOS).
- the steramed data chunks will be variable size.
- single producer to less than a handful of consumers.
- streamed data should be up-to-date. Queuing old data is not required.
- ordered delivery of data
My question is whether ZeroMQ would be a suitable match for what I'm trying to do - sorry if my question lacks detail.
Thanks.