รับรหัส OTBR
ใน Raspberry Pi
ติดตั้ง git
sudo apt install git
โคลน
ot-br-posix
จาก GitHubgit clone --depth=1 https://github.com/openthread/ot-br-posix
สร้างและติดตั้ง OTBR
OTBR มีสคริปต์ 2 รายการที่เริ่มต้นระบบและตั้งค่า Thread Border Router ดังนี้
cd ot-br-posix
./script/bootstrap
INFRA_IF_NAME=wlan0 ./script/setup
OTBR ใช้งานได้ทั้งในอินเทอร์เฟซเทรดและอินเทอร์เฟซเครือข่ายโครงสร้างพื้นฐาน (เช่น Wi-Fi/อีเทอร์เน็ต) ซึ่งระบุด้วย INFRA_IF_NAME
อินเทอร์เฟซเทรดสร้างขึ้นโดย OTBR เองและตั้งชื่อว่า wpan0
โดยค่าเริ่มต้น และอินเทอร์เฟซโครงสร้างพื้นฐานมีค่าเริ่มต้นเป็น wlan0
หากไม่ได้ระบุ INFRA_IF_NAME
อย่างชัดเจน หาก Raspberry Pi เชื่อมต่อด้วยสายอีเทอร์เน็ต ให้ระบุชื่ออินเทอร์เฟซอีเทอร์เน็ต (เช่น eth0
)
INFRA_IF_NAME=eth0 ./script/setup
ตรวจสอบว่าบริการ otbr-agent
เปิดใช้งานอยู่
sudo service otbr-agent status
● otbr-agent.service - Border Router Agent
Loaded: loaded (/lib/systemd/system/otbr-agent.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2021-03-01 05:46:26 GMT; 2s ago
Main PID: 2997 (otbr-agent)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/otbr-agent.service
└─2997 /usr/sbin/otbr-agent -I wpan0 -B wlan0 spinel+hdlc+uart:///dev/ttyACM0
Mar 01 05:46:26 raspberrypi otbr-agent[2997]: Stop publishing service
Mar 01 05:46:26 raspberrypi otbr-agent[2997]: [adproxy] Stopped
Mar 01 05:46:26 raspberrypi otbr-agent[2997]: PSKc is not initialized
Mar 01 05:46:26 raspberrypi otbr-agent[2997]: Check if PSKc is initialized: OK
Mar 01 05:46:26 raspberrypi otbr-agent[2997]: Initialize OpenThread Border Router Agent: OK
Mar 01 05:46:26 raspberrypi otbr-agent[2997]: Border router agent started.
Mar 01 05:46:26 raspberrypi otbr-agent[2997]: [INFO]-CORE----: Notifier: StateChanged (0x00038200) [NetData PanId NetName ExtPanId]
Mar 01 05:46:26 raspberrypi otbr-agent[2997]: [INFO]-PLAT----: Host netif is down