|
Bugzilla – Full Text Bug Listing |
| Summary: | debugging feature: Print out AODV routing tables | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | aodv | Assignee: | 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 |
||
Created attachment 950 [details]
sample output
add dependency on 947 (general solution desired) |
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.