Show
Ignore:
Timestamp:
08/11/08 15:45:51 (5 months ago)
Author:
liamstask
Message:

- update doc for webserver OSC interface
- small doc fix for IO

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • firmware/trunk/core/makingthings/network.c

    r792 r809  
    12891289    
    12901290    \section properties Properties 
    1291     The Network system has seven properties  
     1291    The Network system has the following properties 
    12921292    - address 
    12931293    - mask 
     
    12971297    - osc_udp_port 
    12981298    - dhcp 
    1299     - webserver 
    13001299 
    13011300    \par Address 
     
    13681367    \code /network/dhcp \endcode 
    13691368    with no argument value. 
    1370      
    1371     \par Web Server 
    1372     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 server 
    1374     consumes a significant chunk of the board's resources, it's best to turn it off when you're not using it. 
    1375     \par 
    1376     To turn the web server on, send the message 
    1377     \code /network/webserver 1 \endcode 
    1378     then enter the board's IP address into the address bar of your favorite web browser.  Send the message 
    1379     \code /network/webserver 0 \endcode 
    1380     to turn the webserver off. 
    13811369    
    13821370    \par MAC