esp32_compressed_delta_ota_update VS python-lzjb

Compare esp32_compressed_delta_ota_update vs python-lzjb and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
esp32_compressed_delta_ota_update python-lzjb
2 1
47 12
- -
0.0 10.0
about 1 year ago about 4 years ago
C Python
GNU General Public License v3.0 or later BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

esp32_compressed_delta_ota_update

Posts with mentions or reviews of esp32_compressed_delta_ota_update. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-13.

python-lzjb

Posts with mentions or reviews of python-lzjb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-28.
  • Heatshrink: Data compression library for embedded/real-time systems
    5 projects | news.ycombinator.com | 28 Sep 2021
    This seems really nice, very ambitious to do it as a "public" state machine that you sink data into and poll compressed bytes out. I can imagine that makes it really nice if you're trying to decompress something in a real-time environment, to cap the execution time. Cool.

    Another related algorithm is LZJB, which I've successfully used in embedded environments in production. I have a pure Python implementation [1] that can be useful for "offline" tool development, i.e. when building images for consumption by some embedded target, just thought I'd mention that.

    [1]: https://github.com/unwind/python-lzjb

What are some alternatives?

When comparing esp32_compressed_delta_ota_update and python-lzjb you can also consider the following projects:

bsdiff - bsdiff and bspatch are libraries for building and applying patches to binary files.

detools - Binary delta encoding tools.

esp32_bsdiff - bsdiff changed to remove bz2, the header and to allow streaming interfaces, to be used on the esp32 with idf as a component

esp32_compressed_delta_ota_

arduino-esp32 - Arduino core for the ESP32

esp-idf - Espressif IoT Development Framework. Official development framework for Espressif SoCs.

heatshrink - data compression library for embedded/real-time systems

esp_ghota - esp32 OTA Component to update firmware from Github Releases