How to modify projects to run on other boards - Microchip AWS

mrpackethead wrote on April 15, 2018:

“Since you have an IP stack that you would like to keep, the next step would be to map it’s functionality into the sockets API so that it matches the header provided by lib/include/aws_secure_sockets.h. The MQTT library calls into these API.”

It appears that all the calls to the secure sockets are made from aws_mqtt_agent.c Are there any calls made from elsewhere.

This is a balancing act, of which way is the best way to proceed.

Edited by: mrpackethead on Apr 15, 2018 5:07 PM