Code Monkey home page Code Monkey logo

webmonitor's Introduction

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:

webmonitor's People

Contributors

kakopappa avatar per1234 avatar sivar2311 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

webmonitor's Issues

Invalid item in metadata `depends` field

The depends field of the library.properties metadata file specifies the dependencies that should be installed along with
the library by the Arduino Library Manager.

This field must contain only the names of libraries that are available for installation via Library Manager.

The presence of any items which are not in Library Manager causes installation of the library to fail:

The field currently contains an item that is not present in the Arduino Library Manager:

depends=ESP Async WebServer

I will guess you intended to specify a dependency on this library:

https://github.com/me-no-dev/ESPAsyncWebServer

That specific repository was never registered with the Arduino Library Manager (me-no-dev/ESPAsyncWebServer#468), but there is a community fork of the repository, which was added to Library Manager:

https://github.com/dvarrel/ESPAsyncWebSrv

If that is suitable for use as the dependency, then you must change the metadata to use the correct library name ESPAsyncWebSrv:

depends=ESPAsyncWebSrv

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.