ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By Zeeshan
#41438
rayellam wrote:Hi Binu,
If you do figure this out can you share your findings. It would seem at the moment you are stuck with using an arduino
to make this work?

Ray


I'm looking for authentication code for esp8266 in which it asks for username and password before giving access to any client.
User avatar
By minoas
#42748 Simple question, that I could not find and relevant answer in documentation.

Has anyone managed to implement a bidirectional bridge using this firmware? Assuming that you do not want to connect to the device over a laptop but another smart device , would ESP-Link be able to achieve that?

A typical use case scenario is Arduino UART=> ESP8266 => Wifi => ESP8266=> UART=> Serial peripheral deployed remotely.
Or even better Arduino UART=> ESP8266=> Wifi => Internet => ESP8266 => UART >> Serial peripheral deployed remotely.

Any input is appreciated.