mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-09-26 09:27:54 +00:00
docs: Update docs concerning waev.app broker authentication
Signed-off-by: Gerard Hickey <hickey@kinetic-compute.com>
This commit is contained in:
@@ -158,6 +158,7 @@ semantic versioning.
|
||||
and Configuration now sit under a single **Settings** gear menu, leaving Dashboard,
|
||||
Real-time, Contacts, Mesh Graph and Logs on the bar. The current page is highlighted,
|
||||
including the gear when a settings page is open.
|
||||
- Added notes on connecting to waev.app MQTT brokers to the `packet_capture.md` file.
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
@@ -175,6 +175,13 @@ jwt_renewal_interval = 43200 # Default proactive refresh cadence (12 hours)
|
||||
# mqtt1_jwt_renewal_interval = 1800
|
||||
```
|
||||
|
||||
**Note**: When connecting to waev.app brokers the default settings will cause the connection not to authenticate properly. Please use the following settings on the MQTT connection for the waev.app brokers.
|
||||
|
||||
```ini
|
||||
mqttN_jwt_ttl_seconds = 3600
|
||||
mqttN_jwt_renewal_interval = 3500
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Packet Format
|
||||
@@ -310,6 +317,8 @@ Note that `rc=` on a *disconnect* is a paho `MQTT_ERR_*` code, not a CONNACK cod
|
||||
`rc=7` is a lost connection and `rc=2` is a protocol error. They do not mean the same
|
||||
thing as the numbers in a `Failed to connect` line.
|
||||
|
||||
**Note**: If the MQTT connection that is failing is attempting to connect to waev.app brokers, please see the [Status Publishing and MQTT auth (JWT)](#status-publishing-and-mqtt-auth-jwt) section.
|
||||
|
||||
### No Packets Being Published
|
||||
|
||||
1. **Verify MQTT connection** - Check logs for "Connected to MQTT broker"
|
||||
|
||||
Reference in New Issue
Block a user