Skip to content
Snippets Groups Projects
Verified Commit 27b88a47 authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

update changelog and readme

parent 0c8e3d6f
No related branches found
No related tags found
No related merge requests found
# 0.1.0 (2025-02-02)
- Added distance calculation to the UI
- Added meshpacket logging (although I might want to remake it for logging telemetry / messages / other stuff better)
# 0.1.0 (2025-01-30)
- Added historical logging of data
- Added a really bad egui for testing
# 0.1.0 (2025-01-12)
- You can connect to a network connected node.
- Packets are logged to a database.
\ No newline at end of file
- Nodes are logged to a database.
\ No newline at end of file
......@@ -24,6 +24,7 @@ This project serves as all that + a full historical backend of a meshtastic netw
- Logs meshtastic packets
- Saves them to a database
- Shows nodes in a ugly egui frontend
- Shows distance to the connected node
## What it doesn't (currently)
Rough order of how much I want to add support.
......@@ -44,7 +45,6 @@ Rough order of how much I want to add support.
- [ ] Can we show the potential nodes that don't have GPS?
- [ ] Can we use heard traceroutes to map out neighbours in the mesh?
- Can we send out some traceroutes every few hours to map it if we don't? (some people don't like meshsense for this reason)
- [ ] calculate distance to 'collector node'
- [ ] Generates a nice public dashboard (static http, once every hour?)
- Supports anything other than TCP Connection.
- [ ] Bluetooth (how? wtf? i hate bluetooth!)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment