A
A
Andrey E2016-01-24 19:29:05
Arduino
Andrey E, 2016-01-24 19:29:05

Is it possible to program esp8266 through Arduino IDE to get full tcp packet including headers?

I want to use esp8266 as a translator, that is, so that it receives a request via Wifi and sends it to serial. tell me if this is possible?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Ai Lab, 2016-01-25
@vpuhoff

theoretically yes, practically problematic, pack your package with base64 headers and send it as text, unpack it on the spot and do whatever you want with it

A
Andrey E, 2016-01-25
@kovrovchanin

I understood this, How can I get these headers in the Arduino IDE?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question