siliconlabsinc/openthread-border-router-proprietary-na-915
Silicon Labs GSDK release container for OpenThread Border Router with Proprietary Radio Support
131
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 siliconlabsinc/openthread-border-router-proprietary-na-915