Changes between Version 6 and Version 7 of WARPLab/Reference/NodesConfig


Ignore:
Timestamp:
May 6, 2013, 4:36:33 PM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Reference/NodesConfig

    v6 v7  
    1 [[TracNav(WARPLab7/TOC|nocollapse)]]
     1[[TracNav(WARPLab/TOC|nocollapse)]]
    22
    33= Nodes Configuration =
    44
    5   The Nodes Config utility allows a user greater flexibility when specifying the configuration information of a [wiki:WARPLab7/Reference/Architecture/Classes#Node wl_node] as part of the [wiki:WARPLab7/Reference/Utility#wl_initNodes wl_initNodes] setup process.  Please note that in order to use the wl_nodesConfig utility, you must satisfy the following system requirements:
     5  The Nodes Config utility allows a user greater flexibility when specifying the configuration information of a [wiki:../Architecture/Classes#Node wl_node] as part of the [wiki:../Utility#wl_initNodes wl_initNodes] setup process.  Please note that in order to use the wl_nodesConfig utility, you must satisfy the following system requirements:
    66
    77'''System Requirements'''
     
    1515
    1616
    17 This function is the best way to create a [wiki:WARPLab7/Reference/Architecture/Classes#Node wl_node] information structure that can be used with [wiki:WARPLab7/Reference/Utility#wl_initNodes wl_initNodes].  When calling wl_nodesConfig, the user must specify two arguments:  1) a command and 2) a filename.  For example:
     17This function is the best way to create a [wiki:../Architecture/Classes#Node wl_node] information structure that can be used with [wiki:../Utility#wl_initNodes wl_initNodes].  When calling wl_nodesConfig, the user must specify two arguments:  1) a command and 2) a filename.  For example:
    1818
    1919{{{
     
    34342. 'read'
    3535
    36 This command will parse the file specified by the filename and return a vector of node information structures, one per line in the file, that can be used with [wiki:WARPLab7/Reference/Utility#wl_initNodes wl_initNodes].
     36This command will parse the file specified by the filename and return a vector of node information structures, one per line in the file, that can be used with [wiki:../Utility#wl_initNodes wl_initNodes].
    3737
    3838{{{
     
    60602. '''ID'''
    6161
    62 This is the [wiki:WARPLab7/Reference/Architecture/Classes#Node wl_node] ID that should be used for the node.  This node ID must be unique in the file.
     62This is the [wiki:../Architecture/Classes#Node wl_node] ID that should be used for the node.  This node ID must be unique in the file.
    6363
    64643. '''ipAddress'''
     
    71711. '''name'''
    7272
    73 This will be used as the text string when you query the {{{name}}} field of a [wiki:WARPLab7/Reference/Architecture/Classes#Node wl_node].
     73This will be used as the text string when you query the {{{name}}} field of a [wiki:../Architecture/Classes#Node wl_node].
    7474
    75 The configuration file is also extensible so that users can add their own parameters that can be used to initial a [wiki:WARPLab7/Reference/Architecture/Classes#Node wl_node] as part of the [wiki:WARPLab7/Reference/Utility#wl_initNodes wl_initNodes] setup.
     75The configuration file is also extensible so that users can add their own parameters that can be used to initial a [wiki:../Architecture/Classes#Node wl_node] as part of the [wiki:../Utility#wl_initNodes wl_initNodes] setup.
    7676
    7777