openthread / wpantund

Wireless Network Interface Daemon for Low-Power Wireless SoCs
Apache License 2.0
174 stars 110 forks source link

ping a node in thread network with the ipv6 address. #491

Closed hansdeweerd closed 3 years ago

hansdeweerd commented 3 years ago

I what to ping a node in a thread network from my local network, but I don't know how I have to set this up.

what I have right now:

raspberry pi model 4b with Wpantund, last commit 523bdab. efr32mg12 with NCP: border router = 1, border router = 1, commissioner = 1, UDP forward = 1.

with steps do I have to take to make the ipv6 open thread network routable from my local ipv6 network?

jwhui commented 3 years ago

We recently released a codelab that shows how to do this - see Thread Border Router - Bidirectional IPv6 Connectivity and DNS-Based Service Discovery. However, this requires new features that are only available in main branch of openthread/ot-br-posix. Unfortunately, the main branch currently implements the RCP model and does not currently support wpantund.

Is it possible for you to migrate to using main branch of openthread/ot-br-posix?

hansdeweerd commented 3 years ago

ok thx!