Changes between Version 10 and Version 11 of WARPnet1/Installation


Ignore:
Timestamp:
Aug 11, 2010, 10:56:26 PM (14 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1/Installation

    v10 v11  
    99 1. Download and install [http://pypi.python.org/pypi/zope.interface#download Zope.interface] from source. The Twisted library depends on this.
    1010 1. WARPnet uses PCAP to communicate with the WARP board directly. To allow the Python-based server/client to access PCAP, the Pcapy module needs to be installed. As WARPnet works with [http://oss.coresecurity.com/projects/pcapy.html Pcapy version 10.5] only, download this to your computer.
    11  1. Before installing Pcapy, it needs to be patched for some WARPnet specific functionality. Download [source:ResearchApps/Measurement/patchFile.diff patchFile.diff] from the repository into the Pcapy folder and run the following.
     11 1. Before installing Pcapy, it needs to be patched for some WARPnet specific functionality. Download [source:ResearchApps/Measurement/install_files/pcapy_warpnet_patch.diff pcapy_warpnet_patch.diff] from the repository into the Pcapy folder and run the following.
    1212{{{
    13  patch < patchFile.diff
     13 patch < pcapy_warpnet_patch.diff
    1414 python setup.py install
    1515}}}