You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
Dockerfile for OpenThread Border Router with MQTT-SN.
2
+
Dockerfile for [OpenThread Border Router](https://openthread.io/guides/border-router) with [Paho MQTT-SN gateway](https://github.com/eclipse/paho.mqtt-sn.embedded-c).
3
3
4
4
5
5
# Building
@@ -16,7 +16,7 @@ To run the container with the default parameters:
16
16
docker run --name otbr-mqtt-sn -p 8080:80 --dns=127.0.0.1 -it --privileged otbr-mqtt-sn
17
17
```
18
18
19
-
The most common network parameters can be set on the docker comman line. The default values are taken from the Nordic Semiconductor border router such that it works with the examples in the [Nordic Semiconductor nRF5 SDK for Thread and Zigbee](https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK-for-Thread-and-Zigbee).
19
+
The most common network parameters can be set on the docker comman line. The default values are taken from the [Nordic Semiconductor border router](https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK-for-Thread-and-Zigbee/Download#infotabs) such that it works with the examples in the [nRF5 SDK for Thread and Zigbee](https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK-for-Thread-and-Zigbee).
20
20
The command line options with default values are shown in the following table.
21
21
22
22
| Parameter | command line option | default value |
0 commit comments