mirror of
https://github.com/AkitaEngineering/Akita-Meshtastic-Meshcore-Bridge.git
synced 2026-03-28 17:42:42 +01:00
UPdate README.md
This commit is contained in:
@@ -42,8 +42,13 @@ This bridge enables interoperability, allowing messages, sensor data (with appro
|
||||
### Configure
|
||||
Copy `examples/config.ini.example` to `config.ini` and edit it.
|
||||
|
||||
- **For MeshCore (Binary):**
|
||||
Set `EXTERNAL_TRANSPORT = serial` and `SERIAL_PROTOCOL = raw_serial`.
|
||||
- **For MeshCore (Companion USB):**
|
||||
Set `EXTERNAL_TRANSPORT = serial` and `SERIAL_PROTOCOL = companion_radio`.
|
||||
|
||||
Optional companion settings in `config.ini`:
|
||||
- `COMPANION_HANDSHAKE_ENABLED = True` (send initial device query/app start)
|
||||
- `COMPANION_CONTACTS_POLL_S = 0` (poll contacts/adverts; 0 disables)
|
||||
- `COMPANION_DEBUG = False` (enable raw byte logging)
|
||||
|
||||
- **For MQTT:**
|
||||
Set `EXTERNAL_TRANSPORT = mqtt` and configure broker details. Optionally enable TLS/SSL for secure connections.
|
||||
|
||||
Reference in New Issue
Block a user