-
I have 2 NRF52840-MDK chips configured in NCP mode and other in CLI mode. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
Did you try the Thread Border Router codelab? If you want the latest features, I suggest RCP mode (instead of NCP mode). |
Beta Was this translation helpful? Give feedback.
-
1. I don’t need internet access or access to other IP networks, do I still need a border router? Pinging link local address works fine but mesh local doesn’t, which is kind of obvious too, given their prefix are different routing us not working the v way it should.
2. I was planning to use iperf with NCP mode to do some benchmarking
tests. I have not worked with RCP, Will it allow using iperf? If not what
options do we have for benchmarking tests?
On Mon, Oct 31, 2022 at 11:39 PM Jonathan Hui ***@***.***> wrote:
Did you try the Thread Border Router codelab
<https://openthread.io/codelabs/openthread-border-router>? If you want
the latest features, I suggest taking a look at RCP mode (instead of NCP
mode).
—
Reply to this email directly, view it on GitHub
<#8347 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLSMKOEGCUFHGL5YNJFRWLWGCNHFANCNFSM6AAAAAARTWN3PA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
--
Regards
Dheryta
|
Beta Was this translation helpful? Give feedback.
-
Thanks, it works the way I needed.
Now, what do we do if I want these nodes to auto join the existing thread
network whenever they power up?
…--
Regards
Dheryta
On Tue, Nov 1, 2022 at 11:25 AM Jonathan Hui ***@***.***> wrote:
1. I don’t need internet access or access to other IP networks, do I
still need a border router? Pinging link local address works fine but mesh
local doesn’t, which is kind of obvious too, given their prefix are
different routing us not working the v way it should.
You don't strictly need a Thread Border Router, but the codelab is
relatively straightforward. The codelab also walks you through the proper
way to configure a Thread network that avoids the issues you are running
into.
1. I was planning to use iperf with NCP mode to do some benchmarking
tests. I have not worked with RCP, Will it allow using iperf? If not what
options do we have for benchmarking tests?
Yes, you can use iperf. On OTBR, the Thread network is simply exposed as a
standard network interface.
—
Reply to this email directly, view it on GitHub
<#8347 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLSMKPSWNW4JJPOFJDMYLTWGE76TANCNFSM6AAAAAARTWN3PA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Did you try the Thread Border Router codelab? If you want the latest features, I suggest RCP mode (instead of NCP mode).