ESP32-targz
ESP32-targz copied to clipboard
🗜️ An Arduino library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266
Hello! I'm Joel, developer of the Evil Crow * devices. First of all, I want to thank you for your work with your projects, some of them have helped me...
Hi, thank you for the great library! I would like to use this library with BLE. BLE does not inherit from the `Stream` class, so I can't feed data directly...
Hey hey. I tried today to use ESP32-targz in several places in the same project. This results in the following error ... Any Idea? ``` .pio/build/ttgo-t-watch-v1/src/utils/http_ota/http_ota.cpp.o: In function `targzFreeBytesFn()': /home/sharan/Schreibtisch/My-TTGO-Watch/.pio/libdeps/ttgo-t-watch-v1/ESP32-targz/src/ESP32-targz.h:100:...
Hello I'm using the **TarGzUnpacker** class and the **tarGzStreamUpdater** method. The .tar.gz file that I store in SPIFFS contains the spiffs.bin update files, firmware.bin and additionally I have to include...
In the current version, the progress callback is disabled when the ESP32 is used. Could it be reactivated with the following code? ```c Update.onProgress([]( size_t done, size_t total ) {...
Hi, pretty cool library here, kudoz and thanks. Could a stream to stream unpacking be envisioned? the main idea being unpacking an incoming httpstream which will be gzipped content, and...
Hi, decompressing an archive skips a text file containing JSON encoded data. It successfully decompresses audio (.m4a) and video (.mpg) binary files in the same archive. I am creating the...
Hi @tobozo Thank you for this library! I know what it means to maintain an open-source library, so your effort is really appreciated! I came across an issue that maybe...
I am looking for a library exactly like this, but designed for the ESP-IDF. Any hints? Or is it worth to port it back to the ESP-IDF?
I have been using this library for both OTA updates and bulk content updates for files on an SD card. The OTA system has been working fine but my bulk...