forked from iarv/meshview
Changes:
- Added the link to another sample instance
This commit is contained in:
@@ -3,7 +3,13 @@
|
||||
This project watches a MQTT topic for meshtastic messages, imports them to a
|
||||
database and has a web UI to view them.
|
||||
|
||||
An example of a currently running instace for the San Francisco Bay Area mesh runs at https://meshview.bayme.sh
|
||||
An example of a currently running instace for the San Francisco Bay Area mesh runs at:
|
||||
``` bash
|
||||
https://meshview.bayme.sh
|
||||
```
|
||||
``` bash
|
||||
https://view.azmsh.net/
|
||||
```
|
||||
|
||||
Requires **`python3.11`** or above.
|
||||
|
||||
|
||||
@@ -8,6 +8,16 @@ acme_challenge =
|
||||
domain = https://www.bayme.sh
|
||||
title = Bay Area Mesh
|
||||
message = Real time data from around the bay area and beyond.
|
||||
|
||||
# Quick links
|
||||
nodes=1
|
||||
conversations=1
|
||||
everything=1
|
||||
graph_LF=1
|
||||
graph_ms=1
|
||||
net=1
|
||||
map=1
|
||||
|
||||
# Map structure
|
||||
map_top_left_lat=39
|
||||
map_top_left_lon=-123
|
||||
|
||||
Reference in New Issue
Block a user