FSBrowserNG | Full autocontained async web server

 by   gmag11 C++ Version: Current License: Non-SPDX

kandi X-RAY | FSBrowserNG Summary

kandi X-RAY | FSBrowserNG Summary

FSBrowserNG is a C++ library typically used in Internet of Things (IoT) applications. FSBrowserNG has no bugs, it has no vulnerabilities and it has low support. However FSBrowserNG has a Non-SPDX License. You can download it from GitHub.

I wanted to add a standard environment for all my ESP8266 based projects to be able to configure them via web browser to avoid code editing when I need to change some settings like SSID, password, etc. I found John Lassen's WebConfig project to almost fit my needs. It uses a simple but powerful web interface with dynamic data using microAJAX. I've added some dynamic data using Links2004's WebSockets library. So, I tried to fork it. Original WebConfig project stores web pages on PROGMEM, but I was recently using SPIFFS on ESP8266 and I think it is a good way to store web content. I found I was not the first to think this when I noticed about FSBrowser example in ESP8266WebServer library. This example code has a great bonus: a text editor (based on ACE) with syntax highligth that can be used to edit html on board directly. I found a bug on it (already sent to esp8266/Arduino repository) and, when fixed, noticed how usefull this editor is. My code is a fork of both projects, and has become a start framework for my future projects. Finally i've refactored code to use it as a library, so it is easier to integrate it in a project. See this example to check that only 3 lines are necessary to use it. I only have to add more HTML data and some funtions to show dynamic data in order to adapt it to any other task. It has integrated NTP syncronization based on my own NTPClient library, that can be configured via this Web interface too. Configuration is stored on SPIFFS too, in a JSON file. So, it recovers config during boot. Implemented OTA Update with Arduino IDE and Web interface. Web access can be protected with Basic HTTP Authentication. I use a library called ESPAsyncWebServer. It is much faster than standard ESP8266WebServer library due to its async design.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FSBrowserNG has a low active ecosystem.
              It has 154 star(s) with 72 fork(s). There are 33 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 27 open issues and 32 have been closed. On average issues are closed in 52 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of FSBrowserNG is current.

            kandi-Quality Quality

              FSBrowserNG has 0 bugs and 0 code smells.

            kandi-Security Security

              FSBrowserNG has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              FSBrowserNG code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              FSBrowserNG has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              FSBrowserNG releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.
              It has 7492 lines of code, 0 functions and 63 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FSBrowserNG
            Get all kandi verified functions for this library.

            FSBrowserNG Key Features

            No Key Features are available at this moment for FSBrowserNG.

            FSBrowserNG Examples and Code Snippets

            No Code Snippets are available at this moment for FSBrowserNG.

            Community Discussions

            Trending Discussions on Internet of Things (IoT)

            QUESTION

            Display data from two json files in react native
            Asked 2020-May-17 at 23:55

            I have js files Dashboard and Adverts. I managed to get Dashboard to list the information in one json file (advertisers), but when clicking on an advertiser I want it to navigate to a separate page that will display some data (Say title and text) from the second json file (productadverts). I can't get it to work. Below is the code for the Dashboard and next for Adverts. Then the json files

            ...

            ANSWER

            Answered 2020-May-17 at 23:55

            The new object to get params in React Navigation 5 is:

            Source https://stackoverflow.com/questions/61859411

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install FSBrowserNG

            You can download it from GitHub.

            Support

            If the compiler exits with an error similar to "WebHandlers.cpp:67:64: error: 'strftime' was not declared in this scope", follow these steps:. If the ESP8266 Sketch Data Upload fails with an error similar to "Exception in thread "AWT-EventQueue-0" java.lang.IllegalAccessError: tried to access method", replace the ESP8266FS 0.3.0 plugin by the ESP8266FS 0.2.0 plugin.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/gmag11/FSBrowserNG.git

          • CLI

            gh repo clone gmag11/FSBrowserNG

          • sshUrl

            git@github.com:gmag11/FSBrowserNG.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link