Bug 963

Summary: debugging feature: Print out AODV routing tables
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: aodvAssignee: Elena Buchatskaya <sunnmy>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ns-bugs, sunnmy
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   
Bug Depends on: 947    
Bug Blocks:    
Attachments: example patch
sample output

Description Tom Henderson 2010-07-23 18:06:51 UTC
Created attachment 949 [details]
example patch

There is no public API to access the AODV routing tables from user program, such as to print out the tables at a given time.  Attached patch and sample output is an initial stab at this, using the OutputStreamWrapper facility used by our ascii trace system.
Comment 1 Tom Henderson 2010-07-23 18:07:12 UTC
Created attachment 950 [details]
sample output
Comment 2 Tom Henderson 2010-08-01 17:31:44 UTC
add dependency on 947 (general solution desired)
Comment 3 Tom Henderson 2010-12-13 01:29:11 UTC
the newest patch for bug 947 contains AODV changes and makes this bug obsolete

*** This bug has been marked as a duplicate of bug 947 ***