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: 8 months 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
- Host: GitHub
- URL: https://github.com/xreef/filetoarray
- Owner: xreef
- Created: 2020-01-28T21:14:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T11:40:20.000Z (over 1 year ago)
- Last Synced: 2025-03-27T20:07:51.134Z (9 months ago)
- Topics: arduino, array, convert, esp32, esp32-cam, esp8266, file, gzip, server, to, web, webserver
- Language: C
- Size: 127 KB
- Stars: 18
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)