how to list rooms on socket.io nodejs server
after progress on the question how to create socket.io multicast groups, I found making rooms a great way to do what I needed.
after progress on the question how to create socket.io multicast groups, I found making rooms a great way to do what I needed.
I need to send a broadcast datagram to all machine (servers) connected to my network.
I’m trying to send a UDP Multicast Packet to: 230.185.192.108 so everyone subscribed will receive. A bit stuck. I believe it’s broadcasting correctly, but can’t seem to pick anything up with any client.