Topic: Wolf MQTT in PIC32MZ legacy project
Hello everybody
I need to integrate MQTT(and its required SSL) in a board with PIC32MZ2048EFM144, with TCP/IP stack from Microchip Harmony 2.05.01, running a years old validated bare metal firmware compiled with XC32 compiler v1.44.
Using wolfMQTT and wolfSSL from this version of Harmony doesn't work because lacks many files and the project build fails.
I cannot use Harmony 3 for many reasons because this involve the entire process of validation of existing, extending the developement time.
So I need to download a valid version of wolfMQTT and wolfSSL and relative docs(with a working example if possible) to evaluate the possibility of this integration.
Which are the correct steps to integrate those libraries?
Are there useful links that can help me for this work?
Thanks in advance to all.