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.

SIMPLELINK-WIFI-CC3120-SDK-PLUGIN: MSP432 CC31xx Example for webserver

Part Number: SIMPLELINK-WIFI-CC3120-SDK-PLUGIN

Hi champs,

I am looking for an example of webserver application (like we had on CC32xx OOO), that is supported by SimpleLink SDKs (MSP432 and WiFI CC31xx plugin).

Can you help ?

  • Hi DJ-NG,

    For this webserver, are you looking for a webserver like the internal HTTP server on the CC32xx?
    In that case, this is something that is supported out of box in the Wi-Fi plugin. The CC31xx has the same HTTP server as the one in the CC32xx so you can use the same APIs to setup the server and handle HTTP requests. If you look at local_ota example in the Wi-Fi plugin, it features a HTTP server running on the CC31xx that is used to demonstrate an OTA update. This OTA application is very similar to its equivalent in the CC3220 SDK, and shows how you can easily adapt a webserver application you have on the CC32xx to the CC31xx + other MCU.

    Let me know if you need more clarification on the available code for the HTTP server in the Wi-Fi plugin, or if your question is about a webserver running on the host MCU and not on a CC32xx.

    Regards,
    Michael