Minimalistischer Remote Procedure Call (RPC) HTTP Server V2

Dependencies:   EthernetInterface HttpServer OLEDDisplay mbed-rtos mbed

Fork of RPCHTTPServerSimple by smd.iotkit2.ch

Revision:
13:b7380bc60ad2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WEB-APP/index.html	Wed May 27 12:08:18 2015 +0000
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Simple Web-App</title>
+</head>
+<body>
+<form>
+    <h3>Klassik Web-App</h3>
+       <input type="submit" formmethod="get" formaction="http://192.168.178.63/rpc/led1/write 1" value="LED1 On">
+       <input type="submit" formmethod="get" formaction="http://192.168.178.63/rpc/led1/write 0" value="LED1 Off"><br>
+       <input type="submit" formmethod="get" formaction="http://192.168.178.63/rpc/led2/write 1" value="LED2 On">
+       <input type="submit" formmethod="get" formaction="http://192.168.178.63/rpc/led2/write 0" value="LED2 Off">
+</form>
+</body>
+</html>   
\ No newline at end of file