Articron 746 Posted August 9, 2018 You can find the code on Github: https://github.com/articron/IO-JSON-based-networking Description: An IO networking client-server which utilises the JSON-format in order to communicate. This is particularly useful for the people wanting to write muling/goldfarming scripts or even botpanels. Feel free to contribute to the cause! This will remain open source forever. This could be used on Store scripts. The only library that has been ported over is minimal-json. You can find a few demo classes on how to use this in your scripts: For scripts that are client-based: https://github.com/articron/IO-JSON-based-networking/blob/master/src/demo/ScriptOne.java For scripts that are server-based: https://github.com/articron/IO-JSON-based-networking/blob/master/src/demo/ScriptTwo.java
ArmyofDragons 28 Posted August 9, 2018 Pretty nice. I personally just use a MySQL database because it's simple, but I haven't really gotten much into JSON to see. Either way good work!
Mojo 8 Posted February 2, 2019 On 8/9/2018 at 12:17 PM, Articron said: You can find the code on Github: https://github.com/articron/IO-JSON-based-networking Description: An IO networking client-server which utilises the JSON-format in order to communicate. This is particularly useful for the people wanting to write muling/goldfarming scripts or even botpanels. Feel free to contribute to the cause! This will remain open source forever. This could be used on Store scripts. The only library that has been ported over is minimal-json. You can find a few demo classes on how to use this in your scripts: For scripts that are client-based: https://github.com/articron/IO-JSON-based-networking/blob/master/src/demo/ScriptOne.java For scripts that are server-based: https://github.com/articron/IO-JSON-based-networking/blob/master/src/demo/ScriptTwo.java How do I use this? Writing this up later today when I have time. In the meantime, feel free to explore the code Make sure to check back! When will you finish this? @Articron
LogicSoup 92 Posted February 3, 2019 9 hours ago, Mojo said: When will you finish this? @Articron SoonTM code is easy to follow just learn JSON
Recommended Posts
Archived
This topic is now archived and is closed to further replies.