-->
Page 2 of 3

Re: I would like to build a tcp chat between 3 node mcu v3

PostPosted: Wed Apr 27, 2016 3:41 am
by Ghassan Yusuf
bbx10node wrote:The example programs CaptivePortal and CaptivePortalAdvanced are very helpful to get started with ESP AP mode.

From the IDE select File | Examples | DNSServer


I didnt get your point, i have looked around for good example. and couldent even find a tcp client example.

Re: I would like to build a tcp chat between 3 node mcu v3

PostPosted: Wed Apr 27, 2016 1:48 pm
by bbx10node
The original poster asked about using an ESP in AP mode. The CaptivePortal examples show how to use AP mode. It also includes a web/http server.

tcp/udp client/server is covered in the ESP8266 Arduino docs

http://esp8266.github.io/Arduino/versio ... aries.html

Re: I would like to build a tcp chat between 3 node mcu v3

PostPosted: Thu Apr 28, 2016 8:27 am
by Ghassan Yusuf
bbx10node wrote:The original poster asked about using an ESP in AP mode. The CaptivePortal examples show how to use AP mode. It also includes a web/http server.

tcp/udp client/server is covered in the ESP8266 Arduino docs

http://esp8266.github.io/Arduino/versio ... aries.html


Dear I Have cheacked the link there is nothing usefull for me.

and besides http web server or web client is not usefull for me, i am looking for a (tcp client) example and a (tcp server) example that are able to communicate directly to each other.

Re: I would like to build a tcp chat between 3 node mcu v3

PostPosted: Sat Apr 30, 2016 10:28 am
by Ghassan Yusuf
Guys I have Solved It 8-) wohooooooo never been happier in my life

i made a video on you tube showing how the projects works
https://www.youtube.com/embed/a7wEuzupfQc#sthash.GKyKDqW2.dpuf

i will add the codes here later
all is done with arduino ide