rcon-client icon indicating copy to clipboard operation
rcon-client copied to clipboard

Multi packets

Open jordanmonier opened this issue 3 years ago • 1 comments

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

jordanmonier avatar Sep 26 '20 17:09 jordanmonier

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.

janispritzkau avatar Jan 04 '24 21:01 janispritzkau