I am new to ZeroMQ (and programming with sockets in general), but I'm trying to implement (in Java) a peer-to-peer model in ZeroMQ. I would like that when entering the node system it broadcasts the entire network: "I am here and you can contact me at this address: ...".
I think that if 2 or more nodes appear on the network, they can find each other without going through a known endpoint.
Does anyone have any ideas on how I can achieve this? Is this possible with ZeroMQ?
source
share