mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-07 17:42:30 +08:00
Update MG_sensor_demo description
PUBLISHED_FROM=7f9ce495d5de71859ad71f2b44db37fa66736835
This commit is contained in:
parent
7519a3765b
commit
063c017bb7
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user