Meshtastic: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Intro ==" |
No edit summary |
||
Line 1: | Line 1: | ||
== Intro == | == Intro == | ||
The plan is to use Meshtastic to transfer citizen science measurement data. | |||
Stuff to figure out: | |||
* network coverage: [https://map.meshnet.nl/ meshnet map] | |||
* do nodes forward packets that do not belong to their "own" network? -> appears to be so! | |||
=== MQTT === | |||
In the netherlands, data is typically sent to the 'boreft' MQTT server, for example | |||
mosquitto_sub -h mqtt.meshnet.nl -u boreft -P meshboreft -t "#" -v |
Revision as of 15:04, 8 March 2025
Intro
The plan is to use Meshtastic to transfer citizen science measurement data.
Stuff to figure out:
- network coverage: meshnet map
- do nodes forward packets that do not belong to their "own" network? -> appears to be so!
MQTT
In the netherlands, data is typically sent to the 'boreft' MQTT server, for example
mosquitto_sub -h mqtt.meshnet.nl -u boreft -P meshboreft -t "#" -v