Hi,
I am following the Thread Border Router example provided in the info center. I have one Raspberry Pi 3 v1.2 connected to the internet via WiFi, one nrf52840-DK programmed as an NCP, and other as CLI. To test everything, I used the CLI to ping Google, and I got the expected response. So no errors, good! My problem is that running wpanctl commands on the border router return errors. For instance:
$ sudo wpanctl status
return the following errors,
error: The name com.nestlabs.WPANTunnelDriver was not provided by any .service files
wpanctl: error: 'wpantund' is either not running, locked up, or incompatible with this version of 'wpanctl'
I want to use wpanctl to for managing the NCP, but it does not work. If you could help to figure out why it is not working, I would appreciate.
Border Router Version: 3.0.0-1.alpha
Thank you!