Search found 3 matches

by Jacky Chiang
Wed Aug 30, 2017 6:27 am
Forum: General Discussion
Topic: ESP32 As A TCP Server
Replies: 5
Views: 9231

Re: ESP32 As A TCP Server

I wanna remove the Web layer from TCP layer for having more flexibility and not being limited by the Web layer structure.
The layer structure is shown in the figure of this website :
http://tuxgraphics.org/common/images2/a ... -stack.gif

thanks.
by Jacky Chiang
Tue Aug 29, 2017 9:16 am
Forum: General Discussion
Topic: ESP32 As A TCP Server
Replies: 5
Views: 9231

Re: ESP32 As A TCP Server

Then may I request some places to find sample codes of it with Arduino IDE.
I've tried many places but gained nothing ~
There are a lot about web server but few about TCP server .
Thanks !!!
by Jacky Chiang
Tue Aug 29, 2017 8:43 am
Forum: General Discussion
Topic: ESP32 As A TCP Server
Replies: 5
Views: 9231

ESP32 As A TCP Server

Hello, everyone. I'm now trying to use ESP32 as a TCP server. But I have some question. That's can I use ESP32 as a TCP Server without any other Wifi source ? I was searching online for some instruction and found this one : "http://www.iotsharing.com/2017/05/tcp-udp-ip-with-esp32.html" It seems like...