Subject: CVS commit: pkgsrc/net/nam
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 09/03/2003 21:29:45
Module Name:	pkgsrc
Committed By:	seb
Date:		Wed Sep  3 21:29:45 UTC 2003

Modified Files:
	pkgsrc/net/nam: Makefile distinfo
	pkgsrc/net/nam/patches: patch-aa patch-ac

Log Message:
Update to version 1.9.

Provided in PR pkg/22664 by Min Sik Kim <minskim at bawi dot org>.
Minor tuning by myself.

Changes since version -1.0a11a (aka 1.8a)

* [Tim Buchheim]Mon Feb 10 14:17:40 PST 2003
  More updates for wireless animations:
     * wireless broadcast packets now use "r" events when animating in
       reverse, just like non-broadcast packets. (previously they used
       the "h" event even when going backwards)
     * wireless and wired nodes can now be mixed with better results.
       This requires using the "W" event as well as supplying X and Y
       coordinates for all nodes in the scenario.
     * The range and duration of the animation of wireless packets can
       now be specified on either a per-packet basis or by setting
       global parameters.
* [Tim Buchheim]Tue Dec 10 19:02:19 PST 2002
  Two changes to the animation of broadcast packets in wireless
  scenarios:

     * bcast packets used to be animate in real time, not virtual time.
       so if you changed the playback speed (or even paused it) the
       circles would always expand at the same real rate. Now, the
       animation is done in virtual time, like all other objects. So if
       you slow down the playback rate, the circles will move slower. If
       you increase playback rate, they move faster.
     * you can now set the speed for broadcast packets. (previously they
       ran at a hardcoded speed.) Use something like the following:

       v -t 0.0 -e set_bcast_duration 0.02

       The default is currently set to 0.01 (units are seconds)


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/net/nam/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/nam/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/nam/patches/patch-aa \
    pkgsrc/net/nam/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.