A web application for generating MeshCore repeater configurations.
Currently hosted at: https://meshcore.coloradomesh.org
docker build -t colorado-mesh-utilities .docker run -p 50000:50000 colorado-mesh-utilitiesdocker-compose up -dThe application will be available at http://localhost:50000
docker ps # Find the container ID
docker stop <container-id>docker-compose downTo run locally without Docker:
pip install -r requirements.txt
python app.py