Typical controller demo program based on Seeed Arch Max. Features: - Multi-thread architecture - Inter-thread message communication - Independent command shell using thread - HTTPD with CGI, WS, RPC - Key & value pair configuration load/save

Dependencies:   CMDB EthernetInterface HTTPD dconfig mbed-rpc mbed-rtos mbed storage_on_flash

Revision:
0:2ffd10976643
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/httpd_service.h	Wed Mar 25 21:56:51 2015 +0000
@@ -0,0 +1,10 @@
+/*
+* @file httpd_task.h
+*
+* @brief HTTPD service task
+*
+*/
+
+
+void httpd_start(int port);
+