Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tom
2014-10-08 12:33:01 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a151274009d264d0159022722088b67898805809
a1512740
1 parent
3efce54e
Added topo launcher.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
tools/test/topos/tt.py
tools/test/topos/tt.py
0 → 100644
View file @
a151274
#!/usr/bin/python
# Launches mininet with Tower topology configuration.
import
sys
,
tower
net
=
tower
.
Tower
(
cip
=
sys
.
argv
[
1
])
net
.
run
()
Please
register
or
login
to post a comment