Part Number: DK-TM4C129X
Tool/software: Code Composer Studio
I'm using the TM4C129x dev kit. Now I would like to implement a mqtt stack on the tivaware enet_lwip example (NON-OS).
My problem is that I'm struggling to figure out where to put the mqtt functions like example_do_connect(), example_publish etc. on top of lwIP.
Would it be a good method to put the mqtt "high level" date processing in the lwIPHostTimerHandler function?
If not, could you please give me some advices what would be a good first version implementation for NON-OS?
Regards,
Frank