ipscan/ext/vserv-tcpip
angryziber 3847a7d76a More fixes in pinging code
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@56 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-17 12:22:35 +00:00
..
src/java/org/savarese/vserv/tcpip More fixes in pinging code 2006-12-17 12:22:35 +00:00
LICENSE migrating from cvs directory ipscan3 2006-07-19 21:07:06 +00:00
NOTICE migrating from cvs directory ipscan3 2006-07-19 21:07:06 +00:00
README updated to vserv-tcpip version 0.9.0 2006-11-21 21:04:20 +00:00

$Id: README 6024 2005-12-10 23:04:56Z dfs $

ABOUT
-----

Virtual Services TCP/IP, or VServ TCP/IP for short, is a Java library that
enables you to easily manipulate IP and TCP packets.  It is intended for
use in conjunction with a library which generates packets, such as
VServ IPQ, as byte arrays.  At the moment it supports only IPv4 packet
manipulation.

The API is still in flux; some methods are missing and some existing
methods will likely be renamed.  If you would like something added,
please submit a patch in unified diff format.


REQUIREMENTS
------------

VServ TCP/IP requires J2SE 1.4 or greater to compile and run.


COMPILING
---------

The source code requires Apache Ant (http://ant.apache.org/) to compile.

  ant -projecthelp

will list all build targets in build.xml.  There are very few files
in the source tree:

  src/java  Java source code

When you compile the source with

  ant jar

the following jar file will be created and placed in the lib/ directory:

  vserv-tcpip-version.jar


LICENSING
---------

VServ TCP/IP is Copyright 2004-2005 by Daniel F. Savarese and licensed
under the Apache License 2.0 as described in the files:

  LICENSE
  NOTICE


CONTACT
-------

To contact me see http://www.savarese.org/contact.html