I want to receive network data multicasted by another application on an AIR UDP socket (DatagramSocket).
I need to send a broadca开发者_如何学JAVAst datagram to all machine (servers) connected to my network.
I am trying to write an application that listens to a number of multicast groups using Windows sockets.
I have tried Network.Multicast package and it does work, however, I cannot find a way to specify a local bond interface (\"bond0\" or \"bond1\" etc) to the multicast socket. I know in C I need to use
I have a java application using multicast in order to advertise some entity - all worked fine when I tried the application a couple of weeks back. However, this is not the case anymore: I\'m getting a
I want to use C# UDPClient class to multicast soap request over network, I can multicast simple strings using UDPclient class but how I will do it with Soap messages ?
Let\'s say that all receivers are connec开发者_JS百科ted to the same router, which is one hop away. What percent of UDP multicast packets should I expect to be dropped/lost in this setup?Most packets
I\'m planning to write a linux driver for some memory-mapped hardware (it\'s in an FPGA, so I can adjust this memory-mapped interface at both ends if needed).
I\'m trying to use boost.asio to implement a multicast sender. I havea my thread implementation and I need my boost.asio only for management of the socket.
I am trying to implement server auto discovery so that clients will be able to see a list of servers available to connect to. I would like to auto discover servers even if they are in different subnet