DutchMeshCore.nl-MQTT

Introduction

Welcome to the MeshCore documentation.

Below are a few quick start guides.

MQTT Observer Firmware

This repository includes DutchMeshCore MQTT observer firmware builds. The observer builds add WiFi, MQTT uplinking, MQTT presets, optional SNMP monitoring, and runtime CLI configuration to repeater and room server firmware.

Quick setup after flashing an observer MQTT build:

set radio 910.525,62.5,7,5
set tx 22
set name MyObserver
set mqtt.iata SEA
set wifi.ssid YourWiFiNetwork
set wifi.pwd YourWiFiPassword
reboot

Fresh MQTT preferences in this firmware default to the DutchMeshCore presets in slots 1 and 2: slot 1 is dutchmeshcore-1, slot 2 is dutchmeshcore-2, and slots 3-6 are none. The DutchMeshCore presets use:

Preset Server Authentication Transport
dutchmeshcore-1 wss://collector1.dutchmeshcore.nl:443/mqtt JWT (Ed25519) WSS
dutchmeshcore-2 wss://collector2.dutchmeshcore.nl:443/mqtt JWT (Ed25519) WSS

See CLI Commands for MQTT, WiFi, timezone, custom broker, and SNMP command details.

If you find a mistake in any of our documentation, or find something is missing, please feel free to open a pull request for us to review.