Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration of kyberpunk/openthread in FREERTOS (openthread/ot-rtos) as a parallel to openthread/openthread #28

Open
uttaravadina opened this issue Dec 28, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@uttaravadina
Copy link

Is your feature request related to a problem? Please describe.
Use the FREERTOS API for adding real-time capabilities to develop mqtt-sn apps on both POSIX and nrf528xx.

Describe the solution you'd like

  • A setup guide with configuration and build scripts to integrate and compile.
  • Wrapper APIs to utilize FREERTOS APIs for MQTT-SN APIs.
  • Example apps built on FREERTOS->THREAD->MQTT-SN

Describe alternatives you've considered
null.

Additional context
Developing apps on top of FREERTOS can unpack lot of capabilities avoiding any memory and processor misuse. It will also help standardize the development for MQTT-SN apps and add any other functionalities later on.

@kyberpunk kyberpunk added the enhancement New feature or request label Dec 30, 2020
@kyberpunk
Copy link
Owner

@uttaravadina Hello. Thanks for advice. I agree that FreeRTOS provides many useful features. I also prefer using it on embedded platforms and I didn't know about this openthread project.
I will try to invest some effort to integrate it. It could be also interesting to port the client to lwIP.

@uttaravadina
Copy link
Author

uttaravadina commented Jan 11, 2021

You might want to look into ot-rtos as they already integrated LwIP. It can be a good reference point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants