Changes between Version 3 and Version 4 of WARPnet1/RunningServer


Ignore:
Timestamp:
Jun 17, 2010, 1:36:40 PM (14 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1/RunningServer

    v3 v4  
    77To run the server navigate to the `warpnet_framework` directory. There are two ways to run the server. Either
    88{{{
    9  ./run_warpnet_server.sh pcapInterface port
     9 ./run_warpnet_server.sh pcapInterface controllerPort
    1010}}}
    1111or
    1212{{{
    13  python warpnet_server.py pcapInterface port pcapInterfaceMACaddress
     13 python warpnet_server.py pcapInterface controllerPort pcapInterfaceMACaddress
    1414}}}
     15
     16The `pcapInterface` is the physical interface (eth0, en1) that the FPGA Boards are connected to over the switch. The controllerPort is the port on which the server listens for connections to controllers/clients. The first script will extract the MAC address of the pcapInterface and pass it to the server or in the second case you must pass it yourself.