OpenThread-Reg

Hi,

Latest release version of RIOT doesn’t contain OpenThread Stack and related stuff. But in previous release version from jremmert contains openthread stuff , here is the link for reference. https://github.com/jremmert-phytec-iot/RIOT/tree/kw2xrf

I have to work on RIOT + OpenThread. Is there any issue with the old version, since latest release doesn’t contain openthread? Can I proceed with old release?

This message contains confidential information and is intended only for the individual(s) named. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this mail and attached file/s is strictly prohibited. Please notify the sender immediately and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission.

Hi Velagana,

neither the old (since yesterday outdated) release 2016.10 nor the brand new 2017.01 does contain OpenThread. I wasn't aware of the implementation by @jremmert but it was never in the official RIOT repository. However, there is ongoing work to get this feature into RIOT but it's a bunch of work and we all have limited capacities. If you have knowledge with that stack you can probably speed up developement by reviewing and testing.

https://github.com/RIOT-OS/RIOT/pull/5552

Of course you can always checkout old releases but I assume that was not your question?

Previous release: https://github.com/RIOT-OS/RIOT/tree/2016.10-branch Current release: https://github.com/RIOT-OS/RIOT/tree/2017.01-branch

You can have a look at the release notes to check for new features and known bugs of different releases.

https://github.com/RIOT-OS/RIOT/blob/master/release-notes.txt

Best regards Peter