Cuberite Forum
Channel Management questions - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Channel Management questions (/thread-2489.html)



Channel Management questions - SamJBarney - 08-05-2016

I'm getting close to having the channel management code and examples all squared away and ready!

However, I realized I need to be able to parse the data that comes in on the channel in a manner that is friendly to the lua side of things.

Off of the top of my head I think I would need to create a class to handle parsing of data, and compiling data. Unfortunately, I don't know the best way to handle this. Any thoughts on the matter?


RE: Channel Management questions - SamJBarney - 08-05-2016

Answered my own question. Gonna export cByteBuffer to lua and that should handle all of my needs Smile