Sha256: 5f87a8cc534c1624520a81ac4dedc1a95915ce191326131d4299de7a9d54e383
Contents?: true
Size: 545 Bytes
Versions: 43
Compression:
Stored size: 545 Bytes
Contents
This directory includes an example that demonstrates how you can retrieve the list of OpenFlow switches currently connected. # How to Run (C version) Run this: % ./trema run -c ./src/examples/list_switches/list_switches.conf ./objects/examples/list_switches/list_switches then you will be able to see the list of switches (datapath ids) periodically. switches = 0xe0, 0xe1, 0xe2, 0xe3 # How to Run (Ruby version) % ./trema run -c ./src/examples/list_switches/list_switches.conf ./src/examples/list_switches/list-switches.rb Enjoy!
Version data entries
43 entries across 43 versions & 1 rubygems
Version | Path |
---|---|
trema-0.1.3.2 | src/examples/list_switches/README |
trema-0.1.3.1 | src/examples/list_switches/README |
trema-0.1.3 | src/examples/list_switches/README |