• 10/26/12 9:26 am
- 1.5k views • 0 today
- save_alt 234 downloads
- Game Version
- Minecraft 1.4
- Progress
- 100% complete
121
this is a little program that resulted from some experiments on the server's protocol.
for developers:
to check the status of a server do the following:
-connect to it via tcp
-write the bytes "254", then "1" in the networkstream
-then read from the connection and decode the result using UTF7
-the message may seem weird, because the chars are seperated by (NUL) chars, so you have to find a way to get rid of them
-Have fun !
for developers:
to check the status of a server do the following:
-connect to it via tcp
-write the bytes "254", then "1" in the networkstream
-then read from the connection and decode the result using UTF7
-the message may seem weird, because the chars are seperated by (NUL) chars, so you have to find a way to get rid of them
-Have fun !
More like this
1569765
7

Have something to say?