OpenThread Border Router (OTBR) is a Thread border router for POSIX-based platforms.
The snap packaging makes it easy to setup and run the OTBR on Linux. It has been tested on Ubuntu (Desktop/Server/Core) as a Border Router in Matter systems. For a list of limitations, refer to #16.
OpenThread Border Router source code: https://github.com/openthread/ot-br-posix
For issues related to this snap, refer here.
Usage instructions are available here.
Build locally for the same architecture as the host:
snapcraft -vBuild remotely for all supported architectures:
snapcraft remote-buildGiven the snap package file with .snap extension, install:
sudo snap install --dangerous *.snapWhen installing this snap from the store, some interfaces are automatically connected. If you install the locally built snap, you need to connect these interfaces manually:
# Allow DNS-SD registration and discovery
sudo snap connect openthread-border-router:avahi-control
# Allow setting up the firewall
sudo snap connect openthread-border-router:firewall-control
# Allow access to USB Thread Radio Co-Processor (RCP)
sudo snap connect openthread-border-router:raw-usb
# Allow setting up the networking
sudo snap connect openthread-border-router:network-control
# Allow controlling the Bluetooth devices
sudo snap connect openthread-border-router:bluetooth-control
# Allow device discovery over Bluetooth Low Energy
sudo snap connect openthread-border-router:bluezOn Ubuntu Core the avahi-control and bluez interfaces are not provided by the system.
These interfaces should be consumed from other snaps, such as the Avahi and BlueZ snaps.
To install these snaps, and establish connections for the avahi-control interface from the avahi snap, and the service interface from the bluez snap, run:
sudo snap install avahi bluez
sudo snap connect openthread-border-router:avahi-control avahi:avahi-control
sudo snap connect openthread-border-router:bluez bluez:service