Changes between Version 19 and Version 20 of Tutorials/g0WmLTE/Tutorial2
- Timestamp:
- Jul 5, 2012, 3:56:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial2
v19 v20 82 82 * 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. 83 83 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"''. 85 85 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. 87 87 88 88 ''addApplication'' gives a group instructions to use the defined application in the specified manner. The principle parameter is the URI of the predefined application.