Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xreef/filetoarray
- Owner: xreef
- Created: 2020-01-28T21:14:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T11:40:20.000Z (7 months ago)
- Last Synced: 2024-05-21T12:05:23.351Z (6 months ago)
- Topics: arduino, array, convert, esp32, esp32-cam, esp8266, file, gzip, server, to, web, webserver
- Language: C
- Size: 127 KB
- Stars: 16
- Watchers: 3
- Forks: 6
- 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 -hI 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/)