[Ns-developers] Ns-3 with OpenFlow Controller

Toshiyuki Tsutsumi ttmtsyk1103 at gmail.com
Wed Nov 23 22:25:56 PST 2011


Hi,


On Nov 19 03:35:41 PST 2011 Tommaso Pecorella wrote:
>OpenFlow isn't a simple ns-3 module, it relies on external software (the
actual OpenFlow implementation and interfaces) that are simply included by
the module. Hence, you'll find in each source some includes that are
pointing to the external software, like:
>#include "openflow/openflow.h"
>#include "openflow/nicira-ext.h"
>#include "openflow/ericsson-ext.h"

>I guess the definitions you're looking for are there (or in some other
openflow header).


Thanks for your advice!

I saw "openflow/openflow.h", so I've found some of the definitions of
function or variables.
Other definitions of function or variables could be found by using doxygen.
<http://www.openflow.org/wk/index.php/Source_Code_Exploration>


Regards,

Toshiyuki Tsutsumi


More information about the Ns-developers mailing list