Part Number: MSP432E401Y
Hi,
Can we do the following using MSP432E401Y
1. HTTP Server + MQTT Client running parallelly
2. HTTP Server + HTTP Client running parallelly
also can you pls tell if HTTPS server can be implemented
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.
Part Number: MSP432E401Y
Hi,
Can we do the following using MSP432E401Y
1. HTTP Server + MQTT Client running parallelly
2. HTTP Server + HTTP Client running parallelly
also can you pls tell if HTTPS server can be implemented
Hi,
There are MQTT and HTTPS server examples in MSP432E SDK. Please refer to these examples.

I'm pretty sure the 432 will do all you want. It is pretty straight forward but there is a learning curve. Try the various http/https examples provided. Once you get the hang of it, you will see how to combine the bits you need. There is some generated code from the options you select in the gui, then you need some user code to start the required tasks, and some use code for call-backs that happen when the network starts (the IP address is assigned).
Play with the examples for a while and it will click into place.