esp32-tcp-boot | TCP socket bootloader for the ESP32 over WPA2-Enterprise

 by   ChrisPVille C Version: Current License: LGPL-2.1

kandi X-RAY | esp32-tcp-boot Summary

kandi X-RAY | esp32-tcp-boot Summary

esp32-tcp-boot is a C library. esp32-tcp-boot has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has low support. You can download it from GitHub.

A simple TCP Socket bootloader for the ESP32 intended for use on WPA2-Enterprise networks.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              esp32-tcp-boot has a low active ecosystem.
              It has 3 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              esp32-tcp-boot has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of esp32-tcp-boot is current.

            kandi-Quality Quality

              esp32-tcp-boot has no bugs reported.

            kandi-Security Security

              esp32-tcp-boot has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              esp32-tcp-boot is licensed under the LGPL-2.1 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              esp32-tcp-boot releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            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 esp32-tcp-boot
            Get all kandi verified functions for this library.

            esp32-tcp-boot Key Features

            No Key Features are available at this moment for esp32-tcp-boot.

            esp32-tcp-boot Examples and Code Snippets

            No Code Snippets are available at this moment for esp32-tcp-boot.

            Community Discussions

            No Community Discussions are available at this moment for esp32-tcp-boot.Refer to stack overflow page for discussions.

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

            Vulnerabilities

            No vulnerabilities reported

            Install esp32-tcp-boot

            Once connected to the network, the bootloader opens a TCP socket to the computer and port provided during the configuration step, sends the MAC address of the ESP, and waits for the OTA image. The TCP server could deliver different images to devices depending on their MAC address, using knowledge of their individual hardware configuration (the example does not do this yet). Due to RAM constraints, the image is flashed unconditionally while a running SHA1 checksum is calculated. Once flashing is complete, the SHA1 sum observed during programming is compared with the value provided by the TCP server. If this sum matches, the OTAData partition is updated, marking the delivered OTA application bootable. If this hash fails, the OTA partition is not marked bootable, and the update process restarts. As the TCP channel is supposedly reliable, the SHA1 sum during the update process is expected to fail very infrequently and is simply a confidence boosting measure. If a less reliable channel was to be used for communication, it makes some sense to break up the OTA image into chunks small enough to fit into the ESP's RAM and compute the hashes before flashing. Again, the TCP stack should insulate us from a lot of that, so a single checksum is used for simplicity.

            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/ChrisPVille/esp32-tcp-boot.git

          • CLI

            gh repo clone ChrisPVille/esp32-tcp-boot

          • sshUrl

            git@github.com:ChrisPVille/esp32-tcp-boot.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