/File_2_uIP_Converter

Converts any file to a uIP array

Primary LanguageC#The UnlicenseUnlicense

File_2_uIP_Converter

A simple utility to convert a given file into a valid C array used by the uIP TCP/IP stack.

This may be useful to people who work on Windows and don't want to or can´t install perl.

For now this utility is best used with HTML files but other files may be used.

Prerequisites

- .Net Framework 4.5

How to use

1) Select the input file.
2) Select the output file.
3) Click convert.

Note: If no extension is given, the ".c" is automatically appended to the output file name.

Future

- Add batch support.
- Make use of async/await