-->
Page 1 of 1

Looking for a working WiFi Server Example

PostPosted: Sun Jan 01, 2017 11:10 am
by Martin Michael
Hello
Happy New year.

I got ESP8266 as Client working, also as Webserver.
( I wrote a little Prog to create an array to send a HTML document in a loop)
But it would be cool to find a ESP8266 WiFi Server who is able to send and receive data.
Does someone know a sketch like this.

Re: Looking for a working WiFi Server Example

PostPosted: Sun Jan 01, 2017 2:20 pm
by mrburnette
@Martin:

Attaching an ".exe" that has been compressed is not going to make most of our users happy... nothing personal, but the world is too crazy for most of us to download and execute an .exe without personally knowing you!

If the exe is hosted on some other site, like tucows, then just post the link. If it is a program that you personally assembled, post the source code with a little notepad version of how to compile the code, or a .cmd/.bat would be even better if complicated.

If none of the above are possible, I suggest you do a write-up of what the .exe program does, why it is valuable, and then state that members wanting the program can contact you for an email copy.

Anyway, I just do not think it is a good idea to have .exe downloads on this site, even if compressed!

I have a few ESP8266 simple projectson my project page.


Ray

Re: Looking for a working WiFi Server Example

PostPosted: Wed Jan 11, 2017 8:27 am
by GengusKahn
Hi there,

Look through this post....
http://www.esp8266.com/viewtopic.php?f=29&t=6972

And this one.......
http://www.esp8266.com/viewtopic.php?f=32&t=13186


The first contains the Sketch & html for a server and the second gives examples of moving data in and out of SPIFFS.......