Packet Construction Set

Packet Construction Set is a set of Python modules and objects that make building network protocol code easier.
Download

Packet Construction Set Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • George V. Neville-Neil
  • Publisher web site:

Packet Construction Set Tags


Packet Construction Set Description

Packet Construction Set is a set of Python modules and objects that make building network protocol code easier. Packet Construction Set is a set of Python modules and objects that make building network protocol code easier for the protocol developer.The core of the system is the pcs module itself which provides the necessary functionality to create classes that implement packets.Installation Instructions for Packet Construction Set (PCS)PCS follows the normal Python conventions for building and installing and there is very little, if any, magic. To install the library and the associated packet classes into your system do:> python setup.py install < return >To test your installation do:> cd tests/ < return >> python *.pySome tests fail if you do not have enough privileges to work with the Berkeley Packet Filter. If you wish to run those tests run them using sudo.To build the documentation you will need pdflatex and a BSD version of make installed. Go into the docs directory and build the documentation:> cd docs/ < return >> bsdmake allyou will see PDF versions of the docs.What's New in This Release:· Move my version of Doug Song's Python pcap library into the package.· Update the Makefile to make sure that we install correctly no matter what target is selected.


Packet Construction Set Related Software