# HG changeset patch # User Tom Henderson # Date 1291846784 28800 # Node ID be3da7f1f82ac85d1780bb9eb12d340d9c236974 # Parent 06864ef8c0a1e96f3494bcab8ec51ec8e25e588b Bring CHANGES.html and RELEASE_NOTES up to date diff -r 06864ef8c0a1 -r be3da7f1f82a CHANGES.html --- a/CHANGES.html Mon Dec 06 17:59:20 2010 +0000 +++ b/CHANGES.html Wed Dec 08 14:19:44 2010 -0800 @@ -58,6 +58,25 @@

New API:

+

Changes to existing API:

Changed behavior:

diff -r 06864ef8c0a1 -r be3da7f1f82a RELEASE_NOTES --- a/RELEASE_NOTES Mon Dec 06 17:59:20 2010 +0000 +++ b/RELEASE_NOTES Wed Dec 08 14:19:44 2010 -0800 @@ -23,6 +23,15 @@ New user-visible features ------------------------- + - NS-3 PyViz, a live simulation visualizer, has been added. The + visualizer interacts with a running simulation, such that it uses no + trace files. It can be most useful for debugging purposes, i.e. to + figure out if mobility models are what you expect, where packets are + being dropped, etc. There is also a builtin interactive python console + that can be used to debug the state of the running objects. Although + it is mostly written in Python, it works both with Python and pure C++ + simulations. + - Wi-Fi MAC high classes have been reorganised in attempt to consolidate shared functionality into a single class. This new class is RegularWifiMac, and it derives from the abstract