mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-09-14 20:05:36 +00:00
docs: Update docs concerning waev.app broker authentication
Signed-off-by: Gerard Hickey <hickey@kinetic-compute.com>
This commit is contained in:
@@ -66,6 +66,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
|
||||
|
||||
|
||||
@@ -154,6 +154,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
|
||||
@@ -268,6 +275,8 @@ Common issues:
|
||||
3. **Check authentication** - Verify JWT token generation
|
||||
4. **Check logs** - Look for connection errors
|
||||
|
||||
**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