New library: micurest - an application server for constrained platforms

Dear Community,

Please let me share μcuREST - a C++11 library for implementing REST services on constrained platforms, such as bare metal applications on low-end MCUs

The library, as a ZIP package, is available for downloading via this link. There you may also find a pre-built example for Controllino MAXI. Screenshots made from that example are attached to this post.

The concept is described on this page.

In short words - you define a map of URIs to application's variables/functions and μcuREST makes it accessible via HTTP protocol (must have an Ethernet shield, though).

The sources are shared on GitHub.

Before using this lib, please ensure that the platform.txt for the selected board has compiler's flag -std=gnu++11 in compiler.cpp.flags setting.