Reference CLI client that communicates with nolmax. Works as-is. GUI clients should base on the implementation of this repository.
For now, packet schemas are in ./src/main/proto and shared between projects. Might unify into a shared library soon once we deem all of those things "final".
- JDK 21 (or later)
Simply run gradlew.bat build if you're on Windows, ./gradlew build if you are on *nix, or gradle build if you have Gradle installed already.