Meshtastic: Difference between revisions

From NURDspace
No edit summary
No edit summary
Line 11: Line 11:


===  (cli client) ===
===  (cli client) ===
<nowiki>
<nowiki>meshtastic --seturl 'https://meshtastic.org/e/#Ci0SIEfowNqBHrltz7bk6VcMvfDmtR87KcwwusNcNYchIRw4GglOdXJkU3BhY2USCggBOANAA0gBUBs'</nowiki>
meshtastic --seturl 'https://meshtastic.org/e/#Ci0SIEfowNqBHrltz7bk6VcMvfDmtR87KcwwusNcNYchIRw4GglOdXJkU3BhY2USCggBOANAA0gBUBs'
</nowiki>




== Configuring a gateway node (MQTT) ==
== Configuring a gateway node (MQTT) ==
  <nowiki>
  <nowiki>meshtastic --seturl '<channel url>'
meshtastic --seturl '<channel url>'
meshtastic --set mqtt.address '10.208.30.67' --set mqtt.enabled true --set mqtt.json_enabled true --set mqtt.username '' --set mqtt.password ''
meshtastic --set mqtt.address '10.208.30.67' --set mqtt.enabled true --set mqtt.json_enabled true --set mqtt.username '' --set mqtt.password ''
meshtastic --ch-set downlink_enabled true --ch-index 0
meshtastic --ch-set downlink_enabled true --ch-index 0
meshtastic --ch-set uplink_enabled true --ch-index 0
meshtastic --ch-set uplink_enabled true --ch-index 0</nowiki>
 
or:
 
meshtastic --set bluetooth.enabled 1</nowiki>

Revision as of 12:59, 15 March 2023

Basic info

Configuring a RF node

Android/IOS app

(cli client)

meshtastic --seturl 'https://meshtastic.org/e/#Ci0SIEfowNqBHrltz7bk6VcMvfDmtR87KcwwusNcNYchIRw4GglOdXJkU3BhY2USCggBOANAA0gBUBs'


Configuring a gateway node (MQTT)

meshtastic --seturl '<channel url>'
meshtastic --set mqtt.address '10.208.30.67' --set mqtt.enabled true --set mqtt.json_enabled true --set mqtt.username '' --set mqtt.password ''
meshtastic --ch-set downlink_enabled true --ch-index 0
meshtastic --ch-set uplink_enabled true --ch-index 0