Skip to content

sinricpro/WebMonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebMonitor for ESP8266 & ESP32

Features

  • Easy to use (same use as Serial)
  • Multiple clients
  • Automatic scrolling
  • Timestamps
  • Filter with RegExp support
  • Responsive design (works on smartphones and tablets)

Preview

Light mode

image

Dark mode

image

Responsive

image

Demo

image

Installation

platformio.ini

lib_deps =
  https://github.com/sivar2311/WebMonitor

Usage

WebMonitor can be used in the same way like Serial.

  WebMonitor.println("Hello World!");
  WebMonitor.printf("Free heap: %d\r\n", ESP.getFreeHeap());

For detailed use, see examples:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%