Skip to content

dangerbock/meshconfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeshConfig Workbench

Static web app for direct Meshtastic config work:

  • connect over USB serial, Web Bluetooth, or HTTP(S)
  • download the node's writable config as YAML
  • compare live config to a desired YAML document
  • upload the desired config back to the node
Screenshot 2026-03-10 at 8 23 42 AM Screenshot 2026-03-10 at 8 24 10 AM

Run locally

Serve this directory from a static web server:

python3 -m http.server 8420

Then open:

http://localhost:8420

Or use the launcher script:

./scripts/launch.sh

systemd

A sample systemd unit is included at systemd/meshconfig.service.

It assumes the app is installed at /opt/meshconfig and uses a dynamic service user, so you only need to adjust the install path if yours is different.

Notes

  • Web Serial and Web Bluetooth require a Chromium-based browser and a secure context.
  • The app accepts YAML or JSON in the desired editor. Snake-case top-level keys from the Meshtastic Python config format are supported.
  • The desired-config dropdown loads preset files from this repo, and MeshOregon is the default preset on startup.

Meshtastic® is a registered trademark of Meshtastic LLC. Meshtastic software components are released under various licenses, see GitHub for details. No warranty is provided - use at your own risk.

About

Configuration tool for Meshtastic devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 74.4%
  • CSS 15.5%
  • HTML 9.5%
  • Shell 0.6%