Skip to content

Commit

Permalink
Edited README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
osaether committed Mar 30, 2020
1 parent 91ba910 commit 6efc860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Dockerfile for OpenThread Border Router with MQTT-SN.
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).


# Building
Expand All @@ -16,7 +16,7 @@ To run the container with the default parameters:
docker run --name otbr-mqtt-sn -p 8080:80 --dns=127.0.0.1 -it --privileged otbr-mqtt-sn
```

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).
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).
The command line options with default values are shown in the following table.

| Parameter | command line option | default value |
Expand Down

0 comments on commit 6efc860

Please # to comment.