Search found 3 matches
- Mon Apr 22, 2024 5:20 am
- Forum: ESP-IDF
- Topic: OpenThread: 802.15.4 ESP32-C6 - Nodes unable route TCP packets across mesh.
- Replies: 2
- Views: 669
Re: OpenThread: 802.15.4 ESP32-C6 - Nodes unable route TCP packets across mesh.
I believe my situation may be caused by trusting the Nordic dongle I was using to explore the fabric. It would appear the Nordic is not compatible. By A) realizing I can't use the link address and B) exploring the fabric using the CLI of an esp32 I was able to prove I could explore multi hop comms. ...
- Sun Apr 21, 2024 2:27 am
- Forum: ESP-IDF
- Topic: OpenThread: 802.15.4 ESP32-C6 - Nodes unable route TCP packets across mesh.
- Replies: 2
- Views: 669
Re: OpenThread: 802.15.4 ESP32-C6 - Nodes unable route TCP packets across mesh.
Also of note - I created a ot_cli node that I placed in the middle of the network - what is interesting. Is that my border node - can ping the cli but cannot ping the node on the opposite side of the cli node. But the cli node can ping in both directions - as its directly connected to both sides. Wh...
- Sun Apr 21, 2024 12:28 am
- Forum: ESP-IDF
- Topic: OpenThread: 802.15.4 ESP32-C6 - Nodes unable route TCP packets across mesh.
- Replies: 2
- Views: 669
OpenThread: 802.15.4 ESP32-C6 - Nodes unable route TCP packets across mesh.
Hi there, I'm trying to create a collection of mesh nodes that will respond to tcp socket requests across the mesh fabric. This is my simple mesh: Screenshot from 2024-04-20 17-14-56.png Here I have a border router that is indicated by 03b0 or the "black" bordered node. When I have nodes directly co...