ANTS v2.0.2 ----------- This is ANTS (The Active Network Transport System) version 2.0.2. ANTS is a Java-based toolkit for constructing an active network and its applications. This distribution includes supporting utilities, numerous examples and even some documentation. ANTS2 will run on any JDK 1.1.x or better. It also runs on Kaffe (v1.0.6 or better). ANTS2 and the scripts in this distribution have been tested on FreeBSD, Linux, and Solaris. ANTS2 relies on the Janos Java NodeOS. For convenience a binary distribution of the Janos Java NodeOS is provided in the /lib directory. See lib/README for more information about the Janos Jave NodeOS, including where to get the source. See the file ANNOUNCE for what's new in ANTS2.0 (a lot) and where to look for updates. Documentation for ANTS2 can be reached from doc/index.html. See the file INSTALL for instructions on building and installing ANTS. See the file LICENSE for distribution terms (in short, a BSD-style license). Changes for version 2.0.1 --------------------------- Minor fix to make configure a bit more robust. Minor fix to Makefiles for BSD make. Update the jnodeos and emulib jar files to snapshots as of April 20, 2001. Changes for version 2.0.2 ------------------------- Included the JanosVMKit.jar which now holds some classes that were originally in the jnodeos. Coalesced the stats and statsfusion apps. Added nchannel option to config file so you can specify the protocol spec to use when receiving packets. Stale OutChannels are properly cleaned up. Added `-trace' argument to the `node' config file command so you can set the flags for the tracing print outs in ants. Added `-aneptypeid' argument to the `node' config file command so you can set the value used for Capsule's ANEP type. The UnknownPacketHandler doesn't throw an assert if the packet's source address is zero. Fixed some Dante issues.