Topic: How to query rtcwcoop master server?
Hello
I wonder how to query rtcwcoop master server? Is there any specification/documentation about that? Is uses TCP connection or just UDP datagrams? What should I put in data of packet? How to read response of server?
EDIT
After some research I have more information but still need help.
My point is, that I would like to write some kind of free cross-platform game server browser in Java and I need a little help.
I know how to query servers when I have server ip and I know how to read response. But unfortunately I can get no response from master server so I can't get ip list. Maybe I'm opening socket on wrong port or sth? What should I do to receive any response? Any help?