Changes between Version 10 and Version 11 of WARPnet1


Ignore:
Timestamp:
Jun 21, 2010, 1:22:03 PM (14 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1

    v10 v11  
    88
    99By default the WARPnet Testing Framework is integrated into the [wiki:OFDMReferenceDesign OFDM Reference Design]. It can be integrated into any custom system developed.
    10 
    11 == Architecture of Framework ==
    12 
    13 The Framework is built around a server-client architecture. The central server is connects to the nodes on one end and to controllers/scripts on the other.
    14 
    15 [[Image(wiki:WARPnetFramework/Files:Architecture.jpg)]]
    16 
    17 The basic data transfer blocks is a packed byte structures that are understood by both nodes and controllers. Each structure has a predefined structID. Each controller must register structIDs that is interested in hearing with the server. The server is responsible for filtering data it receives from all the nodes and pass it to controllers to all the controllers that are registered for those structIDs. The server itself does not understand the nature of the data but just that the first byte of transfer is the structID and the second byte of transfer is the nodeID that is destined to.