Skip to content

Commit d24fa7d

Browse files
committed
mqtt_messages.db desc
1 parent 6031dcc commit d24fa7d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
old/
22
config*.json
3-
mqtt_messages.db
3+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Set of tools for processing, storing, and visualizing data from Meshtastic mesh
4343
### 1. Data Collection Daemon (`mesh-collectd.py`)
4444
- To be run in a background
4545
- Connects to an MQTT broker to receive messages from Meshtastic devices.
46-
- Stores message data, node information, and neighbor relationships in an SQLite database.
46+
- Stores message data, node information, and neighbor relationships in an SQLite database `mqtt_messages.db`.
47+
- the initial `mqtt_messages.db` file with some nodes is provided as a hot start
4748
- Supports reconnection in case of disconnection.
4849
- Multi-threaded database operations for efficiency.
4950

0 commit comments

Comments
 (0)