Hello guys,
I would like to implement MQTT on a micocontroller (FT900).
During my research I found some different ways of implementing MQTT:
- Using the lwIP library
- Using the lwIP library together with freeRTOS
- Without lwIP and RTOS: The eclipse paho embedded library for C.
The implementation with an RTOS seems to be more complex. What are the bebefits of implementing MQTT together with an RTOS rather than using the paho embedded client library?
I hope you guys can help me understanding this
Best regards
Vladi