Changes between Version 20 and Version 21 of OFDMReferenceDesign/Applications/Characterization


Ignore:
Timestamp:
Jul 2, 2009, 9:52:00 AM (15 years ago)
Author:
rpl1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/Applications/Characterization

    v20 v21  
    415415Because this page is made to show how one can use tcl to control warp nodes, we will assume the dumb server can change tcl strings to warpnode management structs without going into the details.
    416416
     417__Note:__If you connect more nodes to the dumb server for a larger setup, you may need to set the {{{numWARPnodes}}} to a number besides2 in the main function
     418
    417419=== Tcl Client Code ===
    418420__Summary:__ The Tcl Client automates control of warpnode parameters. The Tcl Client sends values to the server. Attached are two versions of the tcl client. The ''automated_client.tcl'', which loops through changing txpowers and modOrders with a set time interval, and the ''interactive_client.tcl'', which pauses before transmitting a request to start transmission on nodes, asks for a time interval or defaults to a user input for stopping the data transmission. The Tcl Client can either be on the same machine running the Dumb Server code or be on a machine connected to the router. To run a tcl program, open up a command line such as a terminal and type:
     
    422424
    423425The following will explain how to create an automated test similar to automate_client.tcl
    424 Initially, a few user specified global parameters needs to be set. This includes the filename for where statistics are written, the number of nodes, and information for connecting to the socket. In this set up, the dumb_server contains the IP address of 10.0.0.6 and connects through port 9090.
     426Initially, a few user specified global parameters need to be set. This includes the filename for where statistics are written, the number of nodes, and information for connecting to the socket. In this set up, the dumb_server contains the IP address of 10.0.0.6 and connects through port 9090.
    425427
    426428{{{