A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By Eugene Hutorny
#63669 Dear Community,

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

General ideas are expressed on this page, sources are available on GitHub.
A prebuild example for NodeMCU v3 board is also available for downloading

Here are some screenshots, implemented by the example:
nodemcu-status-panel.png
nodemcu-setup-panel.png
nodemcu-gpio-panel.png


Please note, building a C++ application for ESP8266 requires some workarounds, such as stubs for missing c++ lib entries, and an adjusted ld script. Please examine example's Makefile for details.
You do not have the required permissions to view the files attached to this post.