tobozo / ESP32-targz

🗜️ An Arduino library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266
Other
117 stars 15 forks source link

Similar implementation for ESP-IDF available? #63

Open wysi opened 1 year ago

wysi commented 1 year ago

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?

tobozo commented 1 year ago

hi, thanks for your feedback :+1:

Have you tried with Arduino as a component?

Making an esp-idf component out of this library is another story though, it is heavily based on Arduino libraries such as FS, SD, SPIFFS, Update... It would probably be faster to scrape tinyUntar and uzLib modified implementations and write the component from scratch.