multicast
Multiplayer networking only works on private network
So I\'m making a simple multiplayer online applet game, and I was testing it using multicast UDP sockets instead of the typical client-server connection.This is not meant to be efficient or safe for t[详细]
2023-03-29 22:14 分类:问答multicasting in different networks in java
I\'m writing a code to work through sockets in java. I\'ve created a multicast group to which anybody can join on the LAN. But the LAN has many different networks, operated by a router, and the multic[详细]
2023-03-29 01:58 分类:问答Zigbee pro: sending a multicast involving fragmentation
Ok, we do some brainstorming on a future project involving Zigbee PRO and the protocol interface cluster. Something like tunnelling a protocol (bacnet) IN the zigbee network.[详细]
2023-03-28 23:16 分类:问答Java Socket Programming: Dealing with multiple types of messages
I\'m develo开发者_运维知识库ping a simple Multicast networked program, and was just curious on the best class structure and OOD patterns that best suit a client/server or client/client network.My dile[详细]
2023-03-28 02:57 分类:问答Finding the multicast IP that a datagram was sent to
In my application I have one MulticastSocket that joins 40 multicast IP addresses (On the same port).[详细]
2023-03-25 22:15 分类:问答Multicast not received by networked computers
I\'m trying to send a multicast to all network computers.I have my server set up on my computer and another computer on the network.When I send out the multicast message, the server running on my comp[详细]
2023-03-24 20:38 分类:问答can a network interface join multiple groups [closed]
Closed. This question i开发者_Go百科s off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-23 21:34 分类:问答Multicasting UDP in C
I am programming a multicast environment scenario. The source is sending the content to a multicast address say 239.0.1.1. on the other end a client wants to join this multicast address. The actual wo[详细]
2023-03-22 02:46 分类:问答how to create socket.io multicast groups
I want to emulate multicast with socket.io I am开发者_如何转开发 used to BSD sockets where you save file descriptors in FD_SET, and iterate over them in an event loop to send() or write to them indiv[详细]
2023-03-17 22:14 分类:问答multicast basics - lost data
Is it a basic principle on reading multicast开发者_Python百科 data that if your application doesn\'t process[详细]
2023-03-17 22:10 分类:问答