Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KomelT committed Jun 6, 2024
1 parent 5678396 commit 5479835
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ My version of the map is available at https://meshtastic.liamcottle.net
- not affiliated with meshtastic info
- donate link
- login/register to add nodes to the map manually

- need to prevent spam
- captcha for reg
- limit how many nodes can be added from an account
Expand Down Expand Up @@ -159,14 +160,15 @@ node src/mqtt.js --help
```
Meshtastic MQTT Collector
Collects and processes service envelopes from a Meshtastic MQTT server.
Collects and processes service envelopes from a Meshtastic MQTT server.
Options
-h, --help Display this usage guide.
--mqtt-broker-url string MQTT Broker URL (e.g: mqtt://mqtt.meshtastic.org)
--mqtt-username string MQTT Username (e.g: meshdev)
--mqtt-password string MQTT Password (e.g: large4cats)
--mqtt-topic MQTT Topic to subscribe to (e.g: msh/#)
--collect-service-envelopes This option will save all received service envelopes to the database.
--collect-text-messages This option will save all received text messages to the database.
--collect-waypoints This option will save all received waypoints to the database.
Expand Down

0 comments on commit 5479835

Please sign in to comment.