MENUdo Brotherband v1.0
This project is for archival purposes at the moment, though I am making SOME updates to the original code. The project now compiles as a DLL in PeachPie for use in .NET projects, and I assume it works as intended under PHP 7.x as well.
Project Purpose
The purpose of Brotherband was to provide the Nintendo DS with an infrastructure similar to that of the Xbox or Playstation Networks of the time period. As such, this library handles authentication, messaging, game play statistics recording, and more. The SQL structure has been lost to time, but I will eventually attempt to recreate it too for full archival purposes.
Why put it up on your Git now?
Well, I got a wave of nostalgia and decided that I wanted to look at my crowning achievement in PHP development again after 12-15 years. The code has surprisingly passed the test of time, and is still very readable (helped by us writing the original in sections and then putting it into the class). I'm also attempting to provide some updates so that it's still useful for whoever wants to try it out (obviously needs a custom copy of MENUdo, or a client that speaks MENUdo's language).