pox は初めてで、pox でコンポーネントを実行する方法がわかりません。現在、 https://github.com/CPqD/RouteFlow/blob/master/pox/pox/host_tracker/host_tracker.pyから取得した host_tracker.py にこだわっています
私はこのようなことを試しました:
./debug-pox.py host_tracker
そして、出力を次のように取得しました
POX 0.3.0 (dart) / Copyright 2011-2014 James McCauley, et al.
DEBUG:core:POX 0.3.0 (dart) going up...
DEBUG:core:Running on CPython (2.7.6/Mar 22 2014 22:59:56)
DEBUG:core:Platform is Linux-3.13.0-53-generic-x86_64-with-Ubuntu-14.04-trusty
DEBUG:core:host_tracker still waiting for: openflow
WARNING:core:Still waiting on 1 component(s)
INFO:core:POX 0.3.0 (dart) is up.
意味がわからない :( pox でコンポーネントを実行する方法を教えてください。
ありがとう :)