Commit fc44658b authored by Ivan Grokhotkov's avatar Ivan Grokhotkov

initial version

parents
sdkconfig
sdkconfig.old
build
.cproject
.project
.settings
This diff is collapsed.
Simple HTTP server
------------------
This is a very minimal HTTP server I use in some of the projects.
Absolutely not ready for any kind of production use.
How to use
----------
Really, please see above note.
This directory is an ESP-IDF component. Clone it (or add it as a submodule) into the component directory of the project.
Documentation
-------------
None yet, but I tried to make the comments in the header file helpful.
Example
-------
None yet.
Debugging
---------
Increasing log level to "Verbose" should produce lots of output related to request handling.
License
-------
GPL, see [LICENSE](LICENSE) file. Mostly because this is a very early version. Will be relicensed as something more reasonable later.
COMPONENT_ADD_INCLUDEDIRS := .
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment