thedudeguy / PHP-Minecraft-Rcon

Simple Rcon class for php.
MIT License
156 stars 54 forks source link

Packets larger than 4096, any progress? #4

Open SomKen opened 8 years ago

SomKen commented 8 years ago

I know this is a known issue, but has there been any progress to getting packets larger than 4096 working?

https://github.com/xPaw/PHP-Source-Query/blob/master/SourceQuery/SourceRcon.php has it done, but I like the way your API is setup.

thedudeguy commented 8 years ago

I haven't had a need for it myself. However if you would like to add this functionality in and make a pull request I'll see about merging it. :)

ricardoboss commented 7 years ago

I'm working on that: https://github.com/MCMainiac/PHP-Minecraft-Rcon/blob/bigger-packet-sizes/rcon.php.

.

thedudeguy commented 7 years ago

I doubt there are any commands that exist that would even output this much information. 4096 bytes is quite a bit of text. If you know of a command (likely from a plugin) that even outputs that much text, let me know. Here is a reference of how much text is in 4096 bytes: https://pastebin.com/cDV7wyiq