ESP32 now publishes on broker
This commit is contained in:
1
border-router/deploy.sh
Normal file
1
border-router/deploy.sh
Normal file
@@ -0,0 +1 @@
|
||||
docker run --name=otbr --detach --network=host --cap-add=NET_ADMIN --device=/dev/ttyACM0 --device=/dev/net/tun --volume=/var/lib/otbr:/data --env-file=otbr-env.list --restart=always openthread/border-router
|
||||
1
border-router/install.txt
Normal file
1
border-router/install.txt
Normal file
@@ -0,0 +1 @@
|
||||
docker pull openthread/border-router:latest
|
||||
4
border-router/otbr-env.list
Normal file
4
border-router/otbr-env.list
Normal file
@@ -0,0 +1,4 @@
|
||||
OT_RCP_DEVICE=spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=1000000
|
||||
OT_INFRA_IF=wlan0
|
||||
OT_THREAD_IF=wpan0
|
||||
OT_LOG_LEVEL=7
|
||||
Reference in New Issue
Block a user