In this article I explain how the Linux kernel manages multicast traffic and how it is possible to interact with it by simply patching some kernel code. Although this is a rather specific topic, it ...
I made 2 small apps in Java. 1 client and 1 server. The servers listen to a specific port and register them selfs in a multicast IP. The client send an UDP packet to the multicast IP and port. The ...