-->
Page 2 of 6

Re: Configure esp as access point and server

PostPosted: Sat Mar 07, 2015 8:37 pm
by ricg
My concern is security. The esp8266 is basically an unknown quantity. At least until someone who understands the firmware on this device has gone through every line of code and confirmed there is nothing malicious there. Until then I'm not particularly comfortable with providing it with the keys to my LAN, ie.. password to my router in order for it to get an IP address and have access to the internet. This is a way to work around that if your objective is to simply pull data off devices in your local environment.

Re: Configure esp as access point and server

PostPosted: Sat Mar 07, 2015 9:01 pm
by villTech
and this is my work around with your concern and mine:

ZTE MF70 usb wifi stick.
Image

dedicated network to my devices.
Image

always publicly available:
27.104.211.136:8001
27.104.211.136:8000

currenlty 2 esp connected to it.
one with .100 ip. the other is .101.

Re: Configure esp as access point and server

PostPosted: Mon Mar 23, 2015 4:23 am
by guidingstructures
Great post it works but sometimes when I put the ip address in the browser it just timesout not sure what the problem is.

Re: Configure esp as access point and server

PostPosted: Mon Mar 23, 2015 10:49 am
by guidingstructures
Hi Byricg ,

Can you post some sample code for communicating with 2 esp chips together.