Splitting up UDP packet
- by m3n
Heyo,
I'm using UdpClient to query game servers about server name, map, number of players, etc.
I've followed the guidelines on this page
http://developer.valvesoftware.com/wiki/Server_queries#Source_servers
and I'm getting a correct reply:
I have no idea how I would go about to get each chunk of information (server name, map and the like).
Any help? I'm assuming one would have to look at the reply format specified in the wiki I linked, but I don't know what to make of it.
Cheers,