Changes between Version 1 and Version 2 of WARPnet1/RunningServer


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1/RunningServer

    v1 v2  
    11= Running the WARPnet Server =
     2
     3As mentioned in the architecture of WARPnet, the system is divided into a server and controllers. The server is the central hub of data transfer and responsible for moving data between the controllers and the nodes. Only one instance of the server needs to be running at any time. Client scripts can be run over and over with restarting the server.
     4
     5The controllers and server connect using network sockets while the server connects to the nodes by either network sockets (if using a Backdoor Board) or PCAP (if using the main Ethernet connection).
     6
     7To run the server navigate to the `warpnet_framework` directory. There are two ways to run the server. Either
     8{{{
     9 ./run_warpnet_server.sh pcapInterface port
     10}}}
     11or
     12{{{
     13 python warpnet_server.py ''pcapInterface'' port pcapInterfaceMACaddress
     14}}}