atanisoft / HttpServer

HTTP Server implemented using OpenMRN StateFlow patterns.
BSD 2-Clause "Simplified" License
1 stars 0 forks source link
lcc openlcb openmrn

HttpServer

This is a library providing a state machine based HTTP server. This server is build on top of the OpenMRN library using BSD sockets APIs. The OpenMRN library is an optional dependency and when not included a stripped down version will be used instead.

This depends on ESP-IDF v5.1+ and the Espressif mDNS library.