Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 328 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 328 Bytes

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.