multicast « UDP « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » UDP » multicast 

1. Java UDP multicast joining wrong group, but picking up right data, why?    stackoverflow.com

I'm writing a PTPv2 implementation in Matlab using the Java interface, because the udp command in Matlab doesn't do multicast packets for the sync. I have the socket set up ...

2. What possible uses would multicast support have in a Java trading system?    stackoverflow.com

I've been asked to look into adding multicast support to a Java trading system but, to be honest, I don't have the slightest clue what this could be for. Would this ...

3. Multiplayer networking only works on private network    stackoverflow.com

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 ...

4. Java UDP problem    stackoverflow.com

I am running a UDP client that listens to the multicast ip 230.10.10.10 , port 11111 for messages. IF I run the client java code in the same server as the ...

5. Multicasting in Java    stackoverflow.com

I've got a lot of questions regarding this e.g.. Hence enumerating them:

  1. Why do they use datagram sockets? Is there another alternative to them?
  2. I'm trying to send objects over the ...

6. Java unicast and multicast performance    stackoverflow.com

Hi: Has someone compared Java unicast and multicast implementation against those written in C? which programming language give better performance? If I am going to implement a demon thread and constantly ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.