Desktop UDP-based text chat application with the core functionality being serverless and p2p. Useful for off-grid (or on grid) IP based mesh networks, such as those run by MANET radios, or 802.11S based mesh networks. Much of this code was generated via the models at gemini.google.com
- Download a pre-built binary from the releases page
- Clone the repo and run the python script in a venv after installing the necessary requirements (see requirements.txt)
- Clone the repo and build a binary executable for windows or linux using build.bat or build.sh