rcsoccersim / rcssserver

The RoboCup Soccer Simulator Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

creating clients in Java

smixxer opened this issue · comments

Hi,
as far as I understood, it should be possible to create clients in Java, rather than in C++, is that correct?

Are there any samples, in such a case?

Regards,
smixxer.

You can create client programs in any programming language which supports a UDP connection.
Unfortunately, I don't know good samples using Java.