Changes between Version 19 and Version 20 of Tutorials/g0WmLTE/Tutorial2


Ignore:
Timestamp:
Jul 5, 2012, 3:56:30 PM (12 years ago)
Author:
jeffrabi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial2

    v19 v20  
    8282 * As those familiar with ''Ruby'' will note, this method receives additional instructions from a block. Here, ''node'' is a dummy variable referring to the group itself, although the exact behavior of ''Ruby'' blocks is outside the scope (pun intended) of this discussion.
    8383
    84  * Here, ''net.x0.profile'' configures the WiMAX network profile default as 51. The node will prefer this network when searching for available connections.
     84 * Here, ''net.x0.profile'' configures the WiMAX network profile default as 51. The node will prefer this network when searching for available connections. This is the same as the command ''"wimaxcu connect network 51"''.
    8585
    86  * ''net.x0.ip'', ''net.x0.netmask',, and ''net.x0.up'' all perform the eponymous ''ifconfig'' operations.
     86 * ''net.x0.ip'', ''net.x0.netmask'', and ''net.x0.up'' all perform the eponymous ''ifconfig'' operations.
    8787
    8888''addApplication'' gives a group instructions to use the defined application in the specified manner. The principle parameter is the URI of the predefined application.