Minimalistischer Remote Procedure Call (RPC) HTTP Server V2

Dependencies:   EthernetInterface HttpServer OLEDDisplay mbed-rtos mbed

Fork of RPCHTTPServerSimple by smd.iotkit2.ch

WEB-APP/index.html

Committer:
stefan1691
Date:
2016-09-10
Revision:
14:ab5b22ac6b42
Parent:
13:b7380bc60ad2

File content as of revision 14:ab5b22ac6b42:

<!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>