esp_http_server + zip
Posted: Fri Feb 02, 2024 5:58 am
Hi,
I am accumulating a bunch of JPG on a SD card via a camera and would like to serve them up in one big zip file/mime for download, preferably made on the fly (I don't need a zipfile on the SD card). Zip format seems to make sense. I don't need compression really, just a file container format. Please make recommendations. zlib feels like overkill.
I am accumulating a bunch of JPG on a SD card via a camera and would like to serve them up in one big zip file/mime for download, preferably made on the fly (I don't need a zipfile on the SD card). Zip format seems to make sense. I don't need compression really, just a file container format. Please make recommendations. zlib feels like overkill.