History | View | Annotate | Download (15.2 KB)
Satisfy pylint
reverted iperf output and fixed regex
fixing console.py graph parser
fixed iperf output parsing, changed to csv formatfixes #191
Changed iperf -sD to iperf -s &fixes #190
pep8: fix E128 continuation line under-indented errors
I wasn't sure this was worth fixing at first, but it does look more readablenow.
pep8: Fix E125 continuation line does not distinguish itself from next logical line
pep8: Fix E203 whitespace before punctutation
Fix codecheck and MininetWithControlNet.
Make pylint happy.
Use dict.update to update an object's fields.
Pass codecheck.
Pass pylint.
Pass pyflakes.
Fixed typo.
Added space to one line.
Added output hook and graph.
Changed to not print control chars we don't handle.
Add title to consoles.
Added ability to show switches and controllers.
Changed comment on iperf.
Changed to let iperf run indefinitely. Simplifies things.
Added iperf command.
Made the scroll bars narrower to fit ping output on my 15" screen.
Added semi-interactive command line support.
Now you can type commands into each mini-console!
Added simple console tool demo.
The console tool spawns and monitors a bunch of nodes.