brunoslam / ESP-DASH

A blazing fast library to create functional dashboard for ESP8266 and ESP32

Home Page:https://ayushsharma82.github.io/ESP-DASH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


     



ESP-DASH is a Blazing fast library to create functional and realtime dashboard for ESP8266 & ESP32 Microcontrollers. It is not dependent on Internet. DASH V2 is the successor of previous generation and is fully rewritten to enhance performance and realtime capabilites. DASH V2 includes Line Charts, Temperature Cards, Humidity Cards and Buttons etc to create a perfect dashboard which is accessible locally via your device IP without the need of an internet connection.


Demo

Click Here


Features

  • Works on Websockets
  • Realtime updates
  • Graphs Support
  • Interactive UI Components
  • Uses Async Webserver for better performance



Dependencies

For ESP8266:
  • ESP8266 Arduino Core - v2.5.0
  • ESPAsyncTCP - v1.2.0
  • ESPAsyncWebServer - v1.2.0
  • ArduinoJson - v6.7.0
For ESP32:
  • ESP32 Arduino Core - v1.0.1
  • AsyncTCP - v1.0.3
  • ESPAsyncWebServer - v1.2.0
  • ArduinoJson - v6.7.0


Documentation

Click Here


Contributions

Every Contribution to this repository is highly appriciated! Don't fear to create pull requests which enhance or fix the library as ultimatly you are going to help everybody.

If you want to donate to the author then you can become my patron, It really helps me keep these libraries updated:



License

ESP-DASH is licensed under General Public License v3 ( GPLv3 ).

About

A blazing fast library to create functional dashboard for ESP8266 and ESP32

https://ayushsharma82.github.io/ESP-DASH

License:GNU General Public License v3.0


Languages

Language:C++ 49.1%Language:Vue 46.6%Language:JavaScript 3.2%Language:HTML 0.6%Language:CSS 0.4%