Setting-up UDP multicast connection in ROOT

Hello!

I would like to ask how to set up the UDP socket connection in ROOT to be able receive multicast packets of binary data? The TServerSocket class will be used to create the connection probably. It will need open the UDP socket, join the multicast group and receive data. A little example will be highly appreciated.
Thank you very much!

May be this:
Socket for UDP? ?

Hi,

the UDP option for the TServeraSocket has never been implemented (yet). For ROOT UDP support see:

tutorials/net/testTUDPSocket.C

Cheers, Fons.