Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsommers/harpoon

The harpoon network traffic generator.
https://github.com/jsommers/harpoon

Last synced: 11 days ago
JSON representation

The harpoon network traffic generator.

Awesome Lists containing this project

README

        

$Id: README,v 1.7 2005-10-23 15:07:16 jsommers Exp $

Copyright 2004, 2005 Joel Sommers. All rights reserved.

This file is part of Harpoon, a flow-level traffic generator.

Harpoon is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

Harpoon is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Harpoon; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

------

This the main README for Harpoon, a flow-level traffic generator. Harpoon is
now released under terms of the GNU Public License (GPL). See LICENSE for
details.

Main documentation for Harpoon is in doc/harpoon_manual.[pdf,html]. Code
documentation can be generated by running doxygen from the doc subdirectory
($ doxygen doxygen.cfg).

A quick build and install guide may be found in INSTALL, but it should not
be used as a substitute for the full documentation.

There are simple management scripts written in Python supplied in the cli
subdirectory. Refer to the documentation, the README under the cli subdir,
and to the script code for further information. There is also a PHP script
for web-based management. (This script is not yet documented and I'm sure
it's pretty buggy.) Again, see the documentation for further information.

Harpoon has been tested and is known to work on the following platforms:
- MacOS X 10.2-10.4
- Sun Solaris 2.8-2.10
- Linux 2.2-2.6
- FreeBSD 5.1-5.4

Any installation will require a working pthreads implementation, libdl (dlopen()
and friends) and the eXpat XML parsing library (expat.sourceforge.net).

We are interested in your experience with Harpoon to improve and maintain
the tool. Please send your comments to jsommers (at) cs.wisc.edu.