Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xreef/filetoarray

A simple tool used in esp32-cam also, that convert a file in an array to use programmatically, for Arduino esp8266 and esp32
https://github.com/xreef/filetoarray

arduino array convert esp32 esp32-cam esp8266 file gzip server to web webserver

Last synced: about 4 hours ago
JSON representation

A simple tool used in esp32-cam also, that convert a file in an array to use programmatically, for Arduino esp8266 and esp32

Awesome Lists containing this project

README

        

> to obtain executable <
gcc -o filetoarray filetoarray.c

> to create filearray <
filetoarray -o web_index.h index.html.gz

> to print help message <
filetoarray -h

I advise to use my Online version at

### FILE TO (CPP) GZIP BYTE ARRAY
[https://www.mischianti.org/online-converter-file-to-cpp-gzip-byte-array-3/](https://www.mischianti.org/online-converter-file-to-cpp-gzip-byte-array-3/)

### HEX ARRAY TO FILE
[https://www.mischianti.org/online-converter-hex-array-to-file/](https://www.mischianti.org/online-converter-hex-array-to-file/)