Hey there!
I am trying to make a c# app or service that will poll the runuo server for stats such as how many players are online.
This is to augment another project of mine. I know the packet that needs to be sent is:
0x7f, 0x00, 0x00, 0x01, 0xf1, 0x00, 0x04, 0xff
But I do not know what to do after sending the packet to record the information.
Any help is appreciated!
I am trying to make a c# app or service that will poll the runuo server for stats such as how many players are online.
This is to augment another project of mine. I know the packet that needs to be sent is:
0x7f, 0x00, 0x00, 0x01, 0xf1, 0x00, 0x04, 0xff
But I do not know what to do after sending the packet to record the information.
Any help is appreciated!