Changes between Version 14 and Version 15 of WARPLab/Reference/Architecture/Classes


Ignore:
Timestamp:
Mar 27, 2013, 4:54:00 PM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Reference/Architecture/Classes

    v14 v15  
    3434
    3535==== Unicast Transport ====
    36 A Unicast {{{Transport}}} object is attached to the {{{Node}}} and is responsible for sending to and receiving from a specific IP address and port associated with a WARP node. Additionally, the unicast objects will process [wiki:WARPLab7/Reference/Commands/Node#CommandListandDocumentation transport commands] brokered by the {{{Node}}}.
     36A Unicast {{{Transport}}} object is attached to the {{{Node}}} and is responsible for sending to and receiving from a specific IP address and port associated with a WARP node. Additionally, the unicast objects will process [wiki:WARPLab7/Reference/Commands/Transport#CommandListandDocumentation transport commands] brokered by the {{{Node}}}.
     37
     38==== Broadcast Transport ====
     39A Broadcast {{{Transport}}} object does not process any commands, but contains a method for transmitting to more than one WARP node at once. This is used by the {{{Trigger}}} object as well as the [wiki:WARPLab7/Reference/Utility#wl_initNodes wl_initNodes] utility function.
    3740
    3841=== Interface ===