Skip to content

codeoffun2/helloesp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloESP HelloESP - A website hosted on an ESP32/8266

License: GPL v3 Donate

ESP8266 Webserver

A website hosted on an ESP8266.

Notes

  • index.html is the HTML in a more editable state for the site in helloesp.ino

TODO

  • Add identifiers for the ESP32 to allow cross-compatibility
  • Add uptime
  • Add CPU usage
  • Add memory usage
  • Add visitor counter
  • Make visitor counter locally hosted on the ESP either via a txt file or sqlite db stored in the onboard flash memory
  • Format uptime better - only display if number is above 0 (e.g. if 0 days, hide days)

Branches

master - Master branch compatible with the ESP32/8266 without any external hardware

bmp388 - Code for the ESP32 with the BMP822 module for altitude and temperature readings

External Libraries

  • Uptime Library by Yiannis Bourkelis

Contribute

I welcome contributions to this project; please feel free to contribute to this repository by providing documentation to code, submitting issue reports, enhancement requests and pull requests.

About

A website hosted on an ESP32

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.3%
  • HTML 45.7%