POSTing data:
[Non-OS SDK]
Use espconn_sent (struct espconn * espconn, uint8 * psent, uint16 length) to POST data.
The structure espconn (TCP communications) specifies the server's IP and Port.
Psent: Buffer address of the http-encoded data to send
Length: Length of the data to be transmitted.
[OS SDK]
Users can do so by calling the send function of the socket.
For more information refer to: Documentation> Sample Codes> ESP8266 as TCP client.
(espressif - please correct where necessary)Statistics: Posted by kenn2 — Sun Aug 02, 2015 4:27 am
]]>