multicast
Join multicast group on DatagramSocket?
I want to receive network data multicasted by another application on an AIR UDP socket (DatagramSocket).[详细]
2023-03-11 04:51 分类:问答Send Broadcast datagram
I need to send a broadca开发者_如何学JAVAst datagram to all machine (servers) connected to my network.[详细]
2023-03-09 01:30 分类:问答Cannot bind to multicast address (Windows)
I am trying to write an application that listens to a number of multicast groups using Windows sockets.[详细]
2023-03-08 09:38 分类:问答How to specify a local bond interface to multicast socket in Haskell?
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[详细]
2023-03-07 21:05 分类:问答java.io.IOException: No route to host using MulticastSocket on MacOS X Snow Leopard
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[详细]
2023-03-07 14:10 分类:问答SOAP request Multicast over UDP
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 ?[详细]
2023-03-05 14:50 分类:问答What is the reliability of UDP multicast on a LAN?
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[详细]
2023-03-04 00:05 分类:问答linux kernel->userspace multicast streaming datagrams
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).[详细]
2023-03-01 07:36 分类:问答how to use Boost.asio for the multicast sender?
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.[详细]
2023-02-26 03:30 分类:问答Multicast Ping (Windows)
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[详细]
2023-02-24 04:57 分类:问答