ESP8266 Developer Zone The Official ESP8266 Forum 2017-03-14T23:46:41+08:00 https://bbs.espressif.com:443/feed.php?f=15&t=3429 2017-03-14T23:46:41+08:00 2017-03-14T23:46:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3429&p=11487#p11487 <![CDATA[Application Server for ESP8266]]>
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 allows easy implementation of RESTful applications. Within your application you define a resource map, pointing to your variables/functions and μcuREST makes it accessible via HTTP. Please visit this link for a conceptual description. Sources are available on GitHub.

The library comes with an example of Web Admin Panel for NodeMCU v3 board. A prebuilt binaries of this example are available for downloading.
Here are the screenshots of this example:
nodemcu-status-panel.png
nodemcu-setup-panel.png
nodemcu-gpio-panel.png

Statistics: Posted by hutorny — Tue Mar 14, 2017 11:46 pm


]]>