Commit 063c017b authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by rojer

Update MG_sensor_demo description

PUBLISHED_FROM=7f9ce495d5de71859ad71f2b44db37fa66736835
parent 7519a376
...@@ -67,11 +67,11 @@ button { font-size: 100%; } ...@@ -67,11 +67,11 @@ button { font-size: 100%; }
<h1>Mongoose on CC3200 LaunchPad</h1> <h1>Mongoose on CC3200 LaunchPad</h1>
<p> <p>
This page demonstrates how Mongoose embedded networking library This web page demonstrates how Mongoose embedded networking library can be
can be used to implement real-time data exchange. Here, CC3200 board used to implement real-time data exchange. Here, a TI CC3200 board pushes
pushes JSON-encoded Websocket frames to the connected browser, JSON-encoded WebSocket frames to the connected browser, which in turn
which in turn graphs that data. Also, a browser can send commands to graphs the data. Also, the browser can send commands to the device wrapped
the device wrapped into Websocket frame to set LED on/off. into a WebSocket frame to turn an LED on/off.
</p> </p>
<button id="on_off_button">Switch LED off</button> <button id="on_off_button">Switch LED off</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment