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
 
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3

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

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

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/

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.