diff --git a/CHANGELOG.md b/CHANGELOG.md index 1710fcf61925717768dd39db57ac20ca6ff6b6ef..bd1e26defc3aed8fd6926321ecf4dd26850fed7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +# 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 diff --git a/README.md b/README.md index 5faa14cfdccc4433f5d9001a1f87b81ef6daf601..4b0d5ca92bf0655eb8783cdb6a8818acad74709f 100644 --- a/README.md +++ b/README.md @@ -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!)