siliconlabsinc/openthread-border-router-proprietary-na-915

By siliconlabsinc

Updated about 2 years ago

Silicon Labs GSDK release container for OpenThread Border Router with Proprietary Radio Support

Image

131

By using the containers in this repository, you are agreeing to the Silicon Labs MSLA found at https://www.silabs.com/about-us/legal/master-software-license-agreement.

See Silicon Labs Application Note "AN1350: Single-Band Proprietary Sub-GHz Support with OpenThread" for more information about proprietary radio support for NA 915 spectrum

See Silicon Labs Application Note "AN1256: Using the Silicon Labs RCP with the OpenThread Border Router" for detailed instructions.

gsdk-4.2.0 tag is the release version of the OpenThread Border Router with Proprietary Radio Support for OpenThread SDK 2.2.0.0 GA. While it has certain additional features, it is forked off the following GitHub state:


After pulling the container, you can run it like so (example):

docker run -d --name "otbr" \
        --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" \
        -p 8080:80 --dns=127.0.0.1 -it \
        --volume /dev/ttyACM0:/dev/ttyACM0 \
        --privileged siliconlabsinc/openthread-border-router-proprietary-na-915:gsdk-4.2.0 \
        --radio-url spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=460800 \
        --backbone-interface eth0

Docker Pull Command

docker pull siliconlabsinc/openthread-border-router-proprietary-na-915