https://github.com/armooo/meshview
https://github.com/armooo/meshview
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/armooo/meshview
- Owner: armooo
- License: agpl-3.0
- Created: 2024-05-10T03:00:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-23T02:11:16.000Z (about 1 year ago)
- Last Synced: 2024-05-23T03:28:04.027Z (about 1 year ago)
- Language: Python
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- awesome-meshtastic - Meshview by Armoo - A project watches a MQTT topic for meshtastic messages, imports them to a database and has a web UI to view them. [Example on BayMesh](https://meshview.bayme.sh/) (Server Software)
README
Meshview
========This project watches a MQTT topic for meshtastic messages, imports them to a
database and has a web UI to view them.Example
-------
An example instance, https://meshview.armooo.net, is running with with data
from the MQTT topic msh/US/bayarea/#.Running
-------
$ python3 -m venv env
$ ./env/bin/pip install -r requirements.txt
$ ./env/bin/python main.pyNow you can hit http://localhost:8080/