MiMicSDK Websocket module sample program.
Dependencies: NyFileSystems libMiMic mbed-rtos mbed
Fork of UPnPBasicDevice by
This is Websocket server.
WebSocketのサンプルです。 MiMicSDKのWebsocketはhttpdの1モジュールとして動作するので、ファイルサーバ等と一緒に動かすことが出来ます。
ファームウェアを書き込んだ後にブラウザから "http://192.168.128.39/" にアクセスすると、AIN1のデータをリアルタイムに表示するページが開きます。
Diff: main.cpp
- Revision:
- 29:d0d2dc903965
- Parent:
- 28:2b09542a6a5b
--- a/main.cpp Sat Jun 14 02:30:05 2014 +0000 +++ b/main.cpp Tue Sep 15 12:30:20 2015 +0000 @@ -67,7 +67,8 @@ int main() { - net=new Net();//Net constructor must be created after started RTOS + MiMicNetIf netif; + net=new Net(netif);//Net constructor must be created after started RTOS // manual setting cfg.setIpAddr(192,168,128,39); cfg.setNetMask(255,255,255,0);