Changeset 809 for firmware/trunk/core/makingthings/network.c
- Timestamp:
- 08/11/08 15:45:51 (5 months ago)
- Files:
-
- 1 modified
-
firmware/trunk/core/makingthings/network.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
firmware/trunk/core/makingthings/network.c
r792 r809 1289 1289 1290 1290 \section properties Properties 1291 The Network system has seven properties1291 The Network system has the following properties 1292 1292 - address 1293 1293 - mask … … 1297 1297 - osc_udp_port 1298 1298 - dhcp 1299 - webserver1300 1299 1301 1300 \par Address … … 1368 1367 \code /network/dhcp \endcode 1369 1368 with no argument value. 1370 1371 \par Web Server1372 The \b webserver property sets whether the demo web server on the Make Controller is running or not.1373 The web server can provide current stats about the board through a web browser interface. Because the web server1374 consumes a significant chunk of the board's resources, it's best to turn it off when you're not using it.1375 \par1376 To turn the web server on, send the message1377 \code /network/webserver 1 \endcode1378 then enter the board's IP address into the address bar of your favorite web browser. Send the message1379 \code /network/webserver 0 \endcode1380 to turn the webserver off.1381 1369 1382 1370 \par MAC
