Dear TI Team!,
On a CC3220SF, I run a secure HTTP server. The HTTP server is started using the API sl_NetAppStart(SL_NETAPP_HTTP_SERVER_ID)
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear TI Team!,
On a CC3220SF, I run a secure HTTP server. The HTTP server is started using the API sl_NetAppStart(SL_NETAPP_HTTP_SERVER_ID)
it can't be done using the internal HTTP Server.
You can use an external HTTP Server implementation (see TI reference in the <SDK-ROOT>/source/ti/net/http/) on the host MCU which uses the simplelink TCP socket that you can configure.
Is there an example on how to handle this ?
The path above just has the API descriptions. An example would be nice
Best Regards,
Sorry for the typo before - meant to say that the internal HTTP Server doesn't support this configuration.
Unfortunately the SDK currently doesn't include any example that uses the external HTTP Server. I will try to see if we have any public example that uses it.