cancel
Showing results for 
Search instead for 
Did you mean: 

How to create an HTTP client/server using STM32F767ZI to communicate with a mobile application

NKhou.1
Associate II
 
3 REPLIES 3
Andrew Neil
Evangelist III

HTTP is HTTP - it neither knows nor cares what kind of platform the server/client is running on.

So the communication between stm32 and the application is done in TCP ?!

Indeed.

0693W00000NqizdQAB.png 

Some basics of HTTP: https://www.jmarshall.com/easy/http/