MiMicSDK Websocket module sample program.

Dependencies:   NyFileSystems libMiMic mbed-rtos mbed

Fork of UPnPBasicDevice by Ryo Iizuka

This is Websocket server.

WebSocketのサンプルです。 MiMicSDKのWebsocketはhttpdの1モジュールとして動作するので、ファイルサーバ等と一緒に動かすことが出来ます。

ファームウェアを書き込んだ後にブラウザから "http://192.168.128.39/" にアクセスすると、AIN1のデータをリアルタイムに表示するページが開きます。

Revision:
4:0a280ed0a848
Parent:
3:77431c2bd9cb
Child:
5:6a2a1644ea2c
--- a/main.cpp	Tue Apr 09 09:39:09 2013 +0000
+++ b/main.cpp	Tue Apr 09 10:48:14 2013 +0000
@@ -1,3 +1,13 @@
+/**
+ * @file * This is ModLocalFileSystem sample program.
+ *
+ * <pre>
+ * 1. Compile this program and write to your mbed.
+ * 2. Write files for testing to mbed disk.
+ * 2. Access via web browser to http://192.168.0.39/local/<filename>
+ * 3. You can see <filename> file on browser.
+ * </pre>
+ */
 #include "mimic.h"