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.
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
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.