janispritzkau / rcon-client

A simple and modern RCON client made to work with Minecraft
62 stars 17 forks source link

Multi packets #14

Open jordanmonier opened 3 years ago

jordanmonier commented 3 years ago

Hey,

Some games like Squad, use multiple packets to send back big chunk of data. For instance, the ListPlayers can send more than one hundred lines. Those cannot fit in one single packet.

So do you think you can implement this feature ?

Thank you

https://squad.gamepedia.com/Server_Administration https://developer.valvesoftware.com/wiki/Source_RCON_Protocol

janispritzkau commented 6 months ago

I would have to create separate modes for Minecraft and Source implementations. I explained the problem a bit here: https://github.com/janispritzkau/rcon-client/issues/23#issuecomment-1877763186

I never created it to work with non-Minecraft servers.