Update MG_sensor_demo description

PUBLISHED_FROM=7f9ce495d5de71859ad71f2b44db37fa66736835
This commit is contained in:
Deomid Ryabkov 2016-04-19 15:54:59 +01:00 committed by rojer
parent 7519a3765b
commit 063c017bb7

View File

@ -67,11 +67,11 @@ button { font-size: 100%; }
<h1>Mongoose on CC3200 LaunchPad</h1>
<p>
This page demonstrates how Mongoose embedded networking library
can be used to implement real-time data exchange. Here, CC3200 board
pushes JSON-encoded Websocket frames to the connected browser,
which in turn graphs that data. Also, a browser can send commands to
the device wrapped into Websocket frame to set LED on/off.
This web page demonstrates how Mongoose embedded networking library can be
used to implement real-time data exchange. Here, a TI CC3200 board pushes
JSON-encoded WebSocket frames to the connected browser, which in turn
graphs the data. Also, the browser can send commands to the device wrapped
into a WebSocket frame to turn an LED on/off.
</p>
<button id="on_off_button">Switch LED off</button>