Meshtastic: verschil tussen versies
Uit RevSpace
Created page with "== Intro ==" |
Geen bewerkingssamenvatting |
||
| Regel 1: | Regel 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 | |||
Versie van 8 mrt 2025 15:04
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