-
Notifications
You must be signed in to change notification settings - Fork 32
Description
I pulled a recent version of Contiki from the master branch and built the examples/ipv6/rpl-tsch example for my TI CC2538 nodes after making some mods to keep the nodes on a single channel, channel 26.
I don't see any node on the UI nor any events in the event window. I closed the UI and connected Cutecom to the serial port that the sniffer is connected to and I saw traffic from my modes, so the sniffer is picking up something. Any chance that the data is being serialized in such a way that the UI can't read/display it? Is there something I need to do to for TSCH? Have others tried using TSCH with forens6?
Note that I previously built the examples/ipv6/rpl-udp example with the TI CC2538 and was able to see the nodes/connections, and events on the UI.
Thanks in advance for any suggestions.