Changes between Version 6 and Version 7 of WARPnet1/Installation


Ignore:
Timestamp:
Jun 22, 2010, 4:13:27 PM (14 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1/Installation

    v6 v7  
    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 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:PlatformSupport/WARPnetTestingFramework/release-2.2/patchFile.diff patchFile.diff] from the repository into the Pcapy folder and run the following.
    1212{{{
    1313 patch < patchFile.diff