Re: [nox-dev] Get a new Datapath ID?

2011-10-07 Thread Abdoulaye SYLLA
Hi dear friends, I just want ask you about some questions that i don't know how to do it. I must to do my research : *the interconnection between banking using cloud system*. Do you have some idea how to design it? Please i need your help 2011/10/7 Shrutarshi Basu > Hi KK, > I didn't quite und

Re: [nox-dev] Configuring a NOX component

2011-10-07 Thread Murphy McCauley
For Python components, it takes a single parameter, which is a dictionary. That dictionary has a key called "arguments", which then holds the commandline arguments that were specified along with the component. I think the webserver component has an example of this. I can't remember if a way t

[nox-dev] Configuring a NOX component

2011-10-07 Thread Shrutarshi Basu
Hi, The Nox dev documentation says that I can write a configure() method to configure a NOX component prior to installing but it doesn't say anything about what the parameters to this method should be. I can't find a example that actually uses the configure method. Can someone give me a sketch of w

Re: [nox-dev] Get a new Datapath ID?

2011-10-07 Thread Shrutarshi Basu
Hi KK, I didn't quite understand how a NAT box is supposed to operate (never made one before) but I managed to get it working using a logical IP just as you described below. I might add code for the situation in which the box gets its IP via DHCP but I think it's fine for now. Thanks, Basu On Mon,

[nox-dev] How to get the traffic load of a link. networkstate/linkload.hh get_link_load_ratio() function always returns -1.

2011-10-07 Thread Sergio Jiménez Feijóo
Hi, I've been developping a NOX app which needs to get the traffic load of all the links of the openflow switches. I've been trying to do so with the "networkstate/linkload.hh" functions. Everytime I call the get_link_load_ratio() function with all the propper parameters it returns -1 (as if