Top "Multicast" questions

Multicast refers to one-to-many network transmission options, where packets will be automatically propagated just to those nodes wishing to receive them.

How do you UDP multicast in Python?

How do you send and receive UDP multicast in Python? Is there a standard library to do so?

python multicast
What does it mean to bind a multicast (UDP) socket?

I am using multicast UDP between hosts that have multiple network interfaces. I am using boost::asio, and am confused …

sockets udp bind boost-asio multicast
Wireshark: Filter by Multicast in GUI

Using the Wireshark "Filter" field in the Wireshark GUI, I would like to filter capture results so that only multicast …

filtering multicast wireshark
How can I use TCPDump on Unix to view messages sent to a specific multicast address?

I'm trying to view traffic transmitted to a specific multicast address on a network in order to analyze a protocol …

networking multicast tcpdump
How do I choose a multicast address for my application's use?

How should I choose an IPv4 multicast address for my application's use? I may need more than one (a whole …

networking udp multicast ipv4
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 …

node.js multicast socket.io
How to set up a socket for UDP multicast with 2 network cards present?

I'm trying to get udp multicast data using sockets and c++ (c). I have a server with 2 network cards so …

c++ linux udp multicast
Can I use broadcast or multicast for TCP?

For Internet Protocol (IP) I can use multicast: in IPv4: Internet Group Management Protocol (IGMP) in IPv6: Multicast Listener Discovery …

tcp udp ip broadcast multicast
How do you programmatically configure hazelcast for the multicast discovery mechanism?

How do you programmatically configure hazelcast for the multicast discovery mechanism? Details: The documentation only supplies an example for TCP/…

java configuration multicast hazelcast
listing multicast sockets

I am trying to list all opened multicast sockets on a linux system? netstat -g lists the groups joined though. …

linux sockets multicast netstat