Skip to content

A password secured web-based interface to control a relay board for the ESP8266

License

Notifications You must be signed in to change notification settings

acbaruth/Secure_WifiSwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Secure Wifi-Switch


Secure Wifi-Switch is a secure web based switch for the ESP8266-2 microcontroller. It features a credential based login. A username and password are required for authentication and access to the web based switch buttons. It is designed to run on the Aliosensu Wifi-Relay board which is capable of driving a relay. There is also a version of the code which is lacking the secure web based login better suited for local, or non web facing applications. The secure portion of the code was obtained from user  “brzi” at hackster.io (link below)
The program was compiled using the Arduino IDE version 1.8.2

https://www.hackster.io/brzi/esp8266-advanced-login-security-748560

The sketch uses the following library files: (links coming soon)
ESP8266WebServer.h
ESP8266WiFi.h
WiFiClient.h

Link to secure code used:
https://www.hackster.io/brzi/esp8266-advanced-login-security-748560

Comments and suggestions welcome!
More coming soon.

   

About

A password secured web-based interface to control a relay board for the ESP8266

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages