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.
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-users+unsubscribe@googlegroups.com.
To post to this group, send email to openthread-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/bca118c8-4e15-437d-aa0f-fdff12e357eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The Thread protocol is only specified for use on IEEE 802.15.4-2006. That said, I do believe OpenThread could be used on top of alternative IEEE 802.15.4 PHYs. However, those adaptations would not be Thread-compliant.If you want to experiment, I would suggest looking at OpenThread's radio interface. If you can provide project the UWB PHY capabilities through OpenThread's radio interface, then you would have a very good chance of reaching your goal.Hope that helps.--
Jonathan Hui
On Thu, Feb 2, 2017 at 9:32 PM, <velag...@pathpartnertech.com> wrote:
Hi,
Please correct me if I am wrong. OpenThread is developed in compatible with IEEE802.15.4-2006 standard that means it can't support IEEE802.15.4-2011 standard networks like UWB. My object is to write a communication centric MAC layer between openthread and a UWB radio PHY in RIOT-OS. Can anybody guide me on this.
Regards,
jayaram.
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.
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-use...@googlegroups.com.
To post to this group, send email to openthre...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-users+unsubscribe@googlegroups.com.
To post to this group, send email to openthread-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/cc3b39a3-8c9d-4278-a73f-1fc32a840f58%40googlegroups.com.
Jonathan Hui
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-users+unsubscribe@googlegroups.com.
To post to this group, send email to openthread-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/16ac9efa-49a8-439a-8a95-3632378961f2%40googlegroups.com.
Jonathan Hui
The platform abstraction of open thread is very clean and it is to the point. Have a look at files pointed by Jonathan and compare between cc2538 and posix, you will get more idea.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/d91175d0-99e9-4a42-b278-8618e702c2d2%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to openthread-users+unsubscribe@googlegroups.com.
To post to this group, send email to openthread-users@googlegroups.com.
Jonathan Hui
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.
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-users+unsubscribe@googlegroups.com.
To post to this group, send email to openthread-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/5c88643e-73a9-48f4-bbb6-19c751d2704e%40googlegroups.com.
Hi Jayaram,The CC2538 is what we used to achieve the initial Thread 1.1 Certification announced here.At the same time, the nRF52840 is very capable and should have no issue getting certified. I'm confident the Nordic team will help if you run into any issues.--Jonathan Hui
On Thu, Feb 9, 2017 at 4:31 AM, <velag...@pathpartnertech.com> wrote:
Hi Jonathan Hui,
May I know which platform is better to test full functionality of OpenThread? Either CC2538 or nrF52840. Could you suggest one of them?Thanks & Regards,jayaram
On Friday, February 3, 2017 at 11:02:44 AM UTC+5:30, velag...@pathpartnertech.com wrote:Hi,
Please correct me if I am wrong. OpenThread is developed in compatible with IEEE802.15.4-2006 standard that means it can't support IEEE802.15.4-2011 standard networks like UWB. My object is to write a communication centric MAC layer between openthread and a UWB radio PHY in RIOT-OS. Can anybody guide me on this.
Regards,
jayaram.
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.
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-use...@googlegroups.com.
To post to this group, send email to openthre...@googlegroups.com.
Hi Jonathan,
Regards,
jayaram.
Hi Jonathan,I have successfully integrated UWB radio (IEEE802.15.4-2011) with openthread on Nordic Platform (nRF52840) and tested all the CLI and NCP commands.
Now, my plan is to add ranging primitives(as per standard) as a mac sub layer. In current openthread implementation there are no mac primitives, no MLME ofcourse. What will be the effect on above layers if we add mac primitives as per IEEE802.15.4 standard?
And does thread specification point about MAC full compliance with IEEE802.15.4 standard?
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.
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-use...@googlegroups.com.
To post to this group, send email to openthre...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/a9b856c8-62f8-4e93-a651-63644f39532e%40googlegroups.com.