commit fccac81377bdb902a44e96557122c3b4462662f2 Author: saji Date: Thu Nov 14 13:40:46 2024 -0600 initial commit diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..5d44e46 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.saji.dev/saji/meshcoverage + +go 1.23.2 diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7e9659c --- /dev/null +++ b/readme.md @@ -0,0 +1,12 @@ +# meshcoverage + +A simple project to record known positions of meshtastic nodes and build a coverage heatmap based on historical data. +`meshcoverage` aims to be anonymity-preserving while providing useful information for mesh builders. + + +Features: + +- Heatmap of known uplinks and their first-hop. +- Stationary Node Detection +- (Optional) Station Node Coverage Map. +