mirror of
https://github.com/geoffwhittington/meshtastic-bridge.git
synced 2026-05-08 22:34:31 +02:00
Update README.md
This commit is contained in:
@@ -27,9 +27,9 @@ $ pip install -r requirements.txt
|
||||
In the `meshtastic-bridge` directory run the following:
|
||||
|
||||
```
|
||||
BRIDGE_DISTANCE_KM=0 LOCAL_NODE_ADDR=/dev/ttyUSB0 REMOTE_NODE_ARR=182.168.86.123 python main.py
|
||||
BRIDGE_DISTANCE_KM=0 LOCAL_NODE_ADDR=/dev/ttyUSB0 REMOTE_NODE_ADDR=182.168.86.123 python main.py
|
||||
```
|
||||
|
||||
## Runtime Options
|
||||
## Bridge Options
|
||||
|
||||
* `BRIDGE_DISTANCE_KM` Maximum distance from local Meshtastic device to relay messages. Default `0` (no limit)
|
||||
* `BRIDGE_DISTANCE_KM` Do not bridge messages from nodes that more than BRIDGE_DISTANCE_KM kilometers from the local Meshtastic device. Default `0` (no limit)
|
||||
|
||||
Reference in New Issue
Block a user