Added a bit to comments, and removed trailing spaces.

This commit is contained in:
Bob Lantz
2010-02-16 14:42:58 -08:00
parent 64c451e01f
commit 31b43002e7
3 changed files with 38 additions and 7 deletions
+6 -1
View File
@@ -7,7 +7,11 @@ machine.
Node: superclass for all (primarily local) network nodes.
Host: a virtual host.
Host: a virtual host. By default, a host is simply a shell; commands
may be sent using Cmd (which waits for output), or using sendCmd(),
which returns immediately, allowing subsequent monitoring using
monitor(). Examples of how to run experiments using this
functionality are provided in the examples/ directory.
Switch: superclass for switch nodes.
@@ -28,6 +32,7 @@ NOXController: a controller node using NOX (noxrepo.org).
RemoteController: a remote controller node, which may use any
arbitrary OpenFlow-compatible controller, and which is not
created or managed by mininet.
"""
from subprocess import Popen, PIPE, STDOUT