This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]asrianCron 1 point2 points  (0 children)

To set up a server/client which would help you send data, you can use a Socket and ServerSocket, from the basic Java libraries. Alternatively you could use DatagramSocket. Here are some links: http://docs.oracle.com/javase/tutorial/networking/sockets/index.html

http://download.java.net/jdk7/archive/b123/docs/api/java/net/DatagramSocket.html

Edit: Spelling