Answer the question
In order to leave comments, you need to log in
Does anyone have an implementation of a POST / GET request with STM32?
We need to put data into the database with STM32, I thought that it would be easiest to do this using a POST or GET request. Can anyone come across?
Answer the question
In order to leave comments, you need to log in
I did it for Lua on esp8266, but ran into resources (do not use Lua for "thin" systems!). Share? In general, after drinking at least https://ru.wikipedia.org/wiki/HTTP everything is transparent. Working with strings. GET sends everything in the resource address, POST in the request body (instead of HTML); in the latter case, there may be options for encoding methods: Content-Type.
UPD: no, my porridge is full there. Forgotten for a long time. Here, see for yourself: https://github.com/Hoksmur/uLuaNode/raw/master/par...
To get started, you can also look here: we.easyelectronics.ru/electro-and-pc/podklyuchenie...
More materials (didn't read, but seems normal):
https://people.ece.cornell.edu/land/courses/ecepro...
www.nxp.com/assets/documents/data/en/application-n...
www.nxp.com/assets/documents/data/en/application-n...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question