Skip to content

Repository files navigation

Colorado Mesh MeshCore Utilities

A web application for generating MeshCore repeater configurations and sending canned serial USB commands to connected devices.

Currently hosted at: https://tools.meshcore.coloradomesh.org

Running with Docker

Build the Docker image:

docker build -t colorado-mesh-utilities .

Run the container:

docker run -p 50000:50000 colorado-mesh-utilities

Or use Docker Compose:

docker-compose up -d

The application will be available at http://localhost:50000

Stopping the Application

If using docker run:

docker ps  # Find the container ID
docker stop <container-id>

If using docker-compose:

docker-compose down

Development

To run locally without Docker:

pip install -r requirements.txt
python app.py

Features

  • Repeater configuration generator
  • Companion configuration generator
  • Prefix matrix browser
  • Serial USB command console

About

A web app for helping ColoradoMesh users set up their MeshCore devices

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages