FSBrowser | Full autocontained web server on ESP8266

 by   gmag11 HTML Version: 1.0 License: No License

kandi X-RAY | FSBrowser Summary

kandi X-RAY | FSBrowser Summary

FSBrowser is a HTML library typically used in Internet of Things (IoT) applications. FSBrowser has no vulnerabilities and it has low support. However FSBrowser has 11 bugs. 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. 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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FSBrowser has a low active ecosystem.
              It has 29 star(s) with 19 fork(s). There are 8 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              FSBrowser has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of FSBrowser is 1.0

            kandi-Quality Quality

              FSBrowser has 11 bugs (0 blocker, 0 critical, 5 major, 6 minor) and 35 code smells.

            kandi-Security Security

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

            kandi-License License

              FSBrowser does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              FSBrowser releases are available to install and integrate.
              It has 1142 lines of code, 0 functions and 8 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 FSBrowser
            Get all kandi verified functions for this library.

            FSBrowser Key Features

            No Key Features are available at this moment for FSBrowser.

            FSBrowser Examples and Code Snippets

            No Code Snippets are available at this moment for FSBrowser.

            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 FSBrowser

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            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/FSBrowser.git

          • CLI

            gh repo clone gmag11/FSBrowser

          • sshUrl

            git@github.com:gmag11/FSBrowser.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