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


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

--

Legend:

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

    v13 v14  
    3131 * [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/classes/wl_transport_eth_udp_pnet_bcast.m wl_transport_eth_udp_pnet_bcast.m]
    3232
     33The pnet/java variants are functionally identical, but use either compiled Mex code or built-in java code, respectively, for opening UDP sockets. The unicast and broadcast variants serve different purposes:
     34
     35==== Unicast Transport ====
     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/Node#CommandListandDocumentation transport commands] brokered by the {{{Node}}}.
     37
    3338=== Interface ===
    3439[[Image(interface.png,width=800)]]