OpenThread router on Linux PC #8628
Replies: 2 comments 9 replies
-
Can you provide the
|
Beta Was this translation helpful? Give feedback.
-
Hi! BTW: I am running on Ubuntu 22.10 (x64). First time during the guide: "Simulating a Thread network with OpenThread"
Second time during the guide: "Thread Border Router - Bidirectional IPv6 Connectivity and DNS-Based Service Discovery" ○ otbr-agent.service - OpenThread Border Router Agent
Please help! /JD |
Beta Was this translation helpful? Give feedback.
-
I have developed an openthread network using Raspberry Pis (Raspbian) and nRF52 dongle from Nordic. Now I am trying to make a similar router by installing the openthread border router settings on my PC, on VMware with Ubuntu 22.04.1 LTS installed over it. The dongle has ot-rcp.hex file burned.
I was installing the repositories and when i reached the step to verify, sudo systemctl status command gives State: running. But
sudo service otbr-agent status. returns
otbr-agent.service - OpenThread Border Router Agent
Loaded: loaded (/lib/systemd/system/otbr-agent.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2023-01-08 16:47:05 +03; 3s ago
Process: 5007 ExecStartPre=service mdns start (code=exited, status=0/SUCCESS)
Process: 5013 ExecStart=/usr/sbin/otbr-agent $OTBR_AGENT_OPTS (code=exited, status=1/FAILURE)
Main PID: 5013 (code=exited, status=1/FAILURE)
CPU: 31ms
is there something missing which is required to be installed?
Beta Was this translation helpful? Give feedback.
All reactions