From 1c1b77b3ea9c80fce4acfa03690306140b96470c Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 15 Jun 2025 16:40:08 +1200 Subject: [PATCH] add note about mqtt collector --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 854146a..7987abd 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,9 @@ You will now need to restart the `index.js` and `mqtt.js` scripts. ## MQTT Collector +> Please note, due to the Meshtastic protobuf schema files being locked under a GPLv3 license, these are not provided in this MIT licensed project. +You will need to obtain these files yourself to be able to use the MQTT Collector. + By default, the [MQTT Collector](./src/mqtt.js) connects to the public Meshtastic MQTT server. Alternatively, you may provide the relevant options shown in the help section below to connect to your own MQTT server along with your own decryption keys.