Quote:
Originally Posted by shuhao
How are you getting the TCP comm link to work?
I'm currently unable to find the networking API from java..
|
http://ideone.com/9dM5E
That's our code as of roughly now(I think the only change was that the robot does not support UTF, so we just switched that to ASCII or something).
javax.microedition.io is where the magic is.
If you want I can give you our server-side code, but it's just standard socket opening and accepting a connection(in C++ that is).