On Thu, Sep 20, 2018 at 06:06:43AM +0000, Sujay G wrote: > Alex, > > I was able to port your changes to latest open thread successfully. > I followed the procedure in http://www.spinics.net/lists/linux-wpan/msg04167.html to bring up Open Thread nodes but the nodes were not able to communicate with each other. Should work like I described there... Try to sniff via a virtual monitor is there is any communication on the PHY level. > Can you provide some pointers on How to connect the PHY's ? Create three monitors and run openthread on two of them. One can be used as monitor with wireshark. (I think there was an issue with TX and checksum... which need to be fixed in wireshark, so don't trust if tx looks broken) > I have looked at https://github.com/RIOT-OS/RIOT/pull/5582 but not clear on how to connect the PHY's using RIOT. > Can you please share procedure to establish communication between PHY using RIOT? > It works the same, I recently send a new pull request for such feature. - Alex