[nox-dev] Unable to run components under 'netapps'

2011-05-27 Thread andrea simeoni
Hi guys, I have successfully installed a Virtual Machine containing NOX and Mininet. Following the walkthrough I was able to transform an HUB to a learning switch. Moreover I premit that I've well understood how components are linked by mean of "meta.xml" files, Now I'm trying to use the "sampl

[nox-dev] What exactly does the "sample_routing" component ?

2011-05-28 Thread andrea simeoni
t? My main objective is to be able to define and deploy custom paths for flows in the network . Thanks a lot -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

[nox-dev] End-to.End delay measurement

2011-05-31 Thread andrea simeoni
cise measure of the end-to-end delay. (I don't need to estimate the switch-controller delay, but simply look at the two timestamps provided in event notifications). Best regards -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http:/

Re: [nox-dev] End-to.End delay measurement

2011-06-01 Thread andrea simeoni
1/6/1 Rob Sherwood > On Tue, May 31, 2011 at 9:18 AM, andrea simeoni > wrote: > > My question is: > > > > Does OpenFlow provide a mechanism to label notification packets with a > > timestamp at the switch? In such a way i could get a more and more > precise >

[nox-dev] Cannot find "nox-gui.py"

2011-06-02 Thread andrea simeoni
Hi guys, I've recently installed "NOX 0.9.0 zaku", and I'm looking for the "nox-guy.py" file. The noxrepo page says it' s under the /src folder, but there is nothing. Maibe the gui is not available in my NOX release? Any suggestions

Re: [nox-dev] Cannot find "nox-gui.py"

2011-06-02 Thread andrea simeoni
; If you're interested in grabbing the code from Destiny: > http://noxrepo.org/noxwiki/index.php/NOX_Installation#Installation > > On Thu, Jun 2, 2011 at 2:02 AM, andrea simeoni > wrote: > >> Hi guys, >> >> I've recently installed "NOX 0.9.0 zaku"

Re: [nox-dev] Cannot find "nox-gui.py"

2011-06-02 Thread andrea simeoni
I solved the problem by running the following ./nox-gui -p 6633 ./nox_core -i ptcp:6633 sample_routing Now everything seems being working :) 2011/6/2 andrea simeoni > Thank you for answering Kyriakos, > > I got the Destiny branch and can see now the script and Gui folder. > A

[nox-dev] NOX architecture schemes

2011-06-13 Thread andrea simeoni
http://noxrepo.org/noxwiki/ and I'm looking for some more clear schemes. Any suggestions? Thank you -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

Re: [nox-dev] NOX architecture schemes

2011-06-16 Thread andrea simeoni
n how to make this clearer for > others too. That would be appreciated. > > Regards > KK > > On 13 June 2011 15:09, andrea simeoni wrote: > >> Hi guys, >> >> Do you know were I can find an architectural description of NOX? ( >> >> I mean a paper or

Re: [nox-dev] NOX architecture schemes

2011-06-17 Thread andrea simeoni
Regards > KK > > On 16 June 2011 13:36, andrea simeoni wrote: > > Hi KK, > > > > Thank you for answering...the architectural design that you suggested me > was > > already clear in my mind. > > I think it is useful for understanding how NOX basically works;

[nox-dev] Sampling a flow

2011-07-04 Thread andrea simeoni
suggestions? Best regards -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

[nox-dev] Adding a new C component

2011-08-04 Thread andrea simeoni
ite some code? THanks a lot, best regards -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

Re: [nox-dev] Adding a new C component

2011-08-04 Thread andrea simeoni
ke is > enough. > > Regards, > Zoltan. > > > From: nox-dev-boun...@noxrepo.org [nox-dev-boun...@noxrepo.org] On Behalf > Of andrea simeoni [andreasimeon...@gmail.com] > Sent: Thursday, August 04, 2011 4:55 PM > To: nox-dev@noxrepo.org > Subject: [nox-dev]

Re: [nox-dev] Adding a new C component

2011-08-04 Thread andrea simeoni
u are not > following the way, you should. Also this might be a > "typo", but you also need to execute make after configure. > > > > ________ > From: andrea simeoni [andreasimeon...@gmail.com] > Sent: Thursday, August 04, 2011 5:53 PM >

[nox-dev] Unable to include routeinstaller.hh

2011-08-05 Thread andrea simeoni
a/nox/build/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/andrea/nox/build' make: *** [all] Error 2 Any suggestions? best regards, -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

[nox-dev] Fwd: Unable to include routeinstaller.hh

2011-08-05 Thread andrea simeoni
-- Forwarded message -- From: andrea simeoni Date: 2011/8/5 Subject: Re: [nox-dev] Unable to include routeinstaller.hh To: karim torkmen Hi Karim, I ran *'nox-new-c-app.py miocomponente'* , and the result was a folder *miocomponente *with basic component set

[nox-dev] Adding multiple actions in switches

2011-08-06 Thread andrea simeoni
hen building the ActionList buffer, and I have some questions about its construction: > How to build a single entry of such list? > How I should build an entry with multiple actions? > There is some component available in NOX using the same API, from

[nox-dev] Estimating end-to-end delay

2011-08-12 Thread andrea simeoni
ometimes from the last. > Sometimes the number of outgoing packets is equal to the number of ingoing packets + 1 (weird). > Sometimes a big set of packets is first notified by the outgoing switch (very bad behaviour). Any suggestions? -Best regards-

[nox-dev] Handling multiple events in NOX

2011-08-13 Thread andrea simeoni
Hi guys, I've a simple question: "What happens when a component has to handle multiple instances of the same event? " Each event instance is handled in a FIFO manner, or multiple threads of the same handler are instantiated? Thank you --

Re: [nox-dev] Estimating end-to-end delay

2011-08-13 Thread andrea simeoni
output port, through the *send_openflow_packet()* command. In such a way the system in kept synchronized, and the system works properly. Have good holidays 2011/8/12 andrea simeoni > Hi guys, > > I'm writing a simple NOC C++ controller that estimates the end-to-end delay > of a

[nox-dev] Where I have to place my custom classes?

2011-09-25 Thread andrea simeoni
nt.cc and Component.hh files? Thanks -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

Re: [nox-dev] Where I have to place my custom classes?

2011-09-26 Thread andrea simeoni
remember). > > The "hoststate" component is a nice clean example of a C++ component > consisting of multiple source files. > > -- Murphy > > On Sep 25, 2011, at 1:51 PM, andrea simeoni wrote: > > > Hi guys, > > > > I'm writing a component t

[nox-dev] Unable to include "route/routeinstaller.hh"

2011-09-27 Thread andrea simeoni
‘to_python’ is not a template function make[9]: *** [TrafficMonitor_la-TrafficMonitor.lo] Error 1 Helps are appreciated; thank you -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

[nox-dev] A question about network.graph.hh

2011-10-06 Thread andrea simeoni
Hi guys, I'm using the "hop" struct defined in the file "network-graph.hh". I was able to navigate the structure, and I've well understood its recursive nature. But I have a question: for what stands the uint64_t field in the std::list > next_hops

Re: [nox-dev] A question about network.graph.hh

2011-10-06 Thread andrea simeoni
auley > .. do you mean uint16_t? > > KK is the one to ask, but I believe this is the port number -- I believe > the pair is: > (port-number, next-hop-out-that-port) > > -- Murphy > > On Oct 6, 2011, at 5:28 AM, andrea simeoni wrote: > > > Hi guys, > > >

[nox-dev] Component's priority over events

2011-10-09 Thread andrea simeoni
Hi guys, How I can setup component priority over events? i.e., If I have 2 components registered for packet-in events, how I can decide their priorities? Thanks -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman

[nox-dev] Accessing TCP sequence numbers on packet-in-events

2011-10-11 Thread andrea simeoni
Hi guys, I'm writing a C++ component that needs to access the TCP sequence number of a packet upon packet-in-event notification. Is there an high level function that simplifies such task? Or I have to take an offset after calling the get_buffer() function from the event? Thank you. -- A

Re: [nox-dev] Accessing TCP sequence numbers on packet-in-events

2011-10-11 Thread andrea simeoni
needs to access the TCP sequence number > of a packet upon packet-in-event notification. > > Is there an high level function that simplifies such task? Or I have to > take an offset after calling the get_buffer() function from the event? > > > > Thank you. > > -- > &g

Re: [nox-dev] Accessing TCP sequence numbers on packet-in-events

2011-10-12 Thread andrea simeoni
. > > Regards > KK > > On 11 October 2011 12:07, andrea simeoni > wrote: > > Hi Murphy, > > > > thank you for answering. I' ve already checked in /inet++, and I found > the > > tcp.hh file. > > At first hand it seems being not useful for my t

Re: [nox-dev] Accessing TCP sequence numbers on packet-in-events

2011-10-12 Thread andrea simeoni
n later. > > Regards > KK > > On 12 October 2011 02:51, andrea simeoni > wrote: > > Hi KK, > > > > I think it is exactly want I need to solve my problem. Now the question > is: > > I need to call the static pull_tcp(..) function defined in flow.cc. Wel

[nox-dev] How use "send_openflow_packet(indpid, pie.buffer_id, const ofp_action_header actions[] ...)"

2011-10-17 Thread andrea simeoni
t_list->pack(arrbuff.data()); It's correct? What is the correct "ofp_action_header []" parameter to pass to the function? Thank you -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

[nox-dev] Bugs in the send_openflow_command(..) and send_openflow_packet(..)

2011-10-17 Thread andrea simeoni
s openflow packets, I find that the field buffer-id has "None" value in both cases. Any suggestions? How can I make things working properly? -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

Re: [nox-dev] Bugs in the send_openflow_command(..) and send_openflow_packet(..)

2011-10-17 Thread andrea simeoni
traffic between a switch that > sends an error and the controller? > > -- Murphy > > On Oct 17, 2011, at 6:33 AM, andrea simeoni wrote: > > > Hi guys, > > > > I'm trying to run the simplerouting component, and found that when > installing the ro

Re: [nox-dev] Bugs in the send_openflow_command(..) and send_openflow_packet(..)

2011-10-17 Thread andrea simeoni
Thank you very much Murphy :) 2011/10/17 Murphy McCauley > Yes. Use 0x as the second parameter to set_action_output(). > > -- Murphy > > On Oct 17, 2011, at 7:14 AM, andrea simeoni wrote: > > You are right Murphy, > > in the case of simplerouting, I receive err

[nox-dev] What happens on port 6633?

2011-10-18 Thread andrea simeoni
Hi guys, Does the process waiting for OF messages on port 6633 instantiate a new thread for each new incoming message? Or messages are handled in a sequential manner? Thank you very much -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org

[nox-dev] Timestamping packet-in-event generation

2011-10-19 Thread andrea simeoni
ly on packet-in events; could such modification imply system instabilities? If not, what exactly is the source file to modify? Thank you -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

[nox-dev] What is the process waiting for OF messages on 6633?

2011-10-20 Thread andrea simeoni
Hi all, what is the source file that implements the process waiting for OF messages on port 6633? What is the first component generating a packet-int-event? I need such information very much. Thank you -- Andrea Simeoni ___ nox-dev mailing list nox

[nox-dev] Building custom events

2011-10-28 Thread andrea simeoni
{ lg.dbg(" Configure called "); register_handler (boost::bind(&MioComp::handle_observation_event, this, _1)); } I tried also to add the event in the nox/src/etc/nox.json, including also the name of MyComp in the priority list, but the outcome is the same. An

Re: [nox-dev] Building custom events

2011-10-28 Thread andrea simeoni
Hi guys, I solved the problem by adding the line: *register_event(Observation_event::static_get_name());* In the configuration method of the component that generates the event. 2011/10/28 andrea simeoni > Hi guys, > > I've created a custom event in my NOX environment: &quo

[nox-dev] Switches crash when inserting OFPP_CONTROLLER actions

2011-11-08 Thread andrea simeoni
em be working. Any suggestions? -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

Re: [nox-dev] Switches crash when inserting OFPP_CONTROLLER actions

2011-11-08 Thread andrea simeoni
nce implementation. > > -- Murphy > > On Nov 8, 2011, at 1:31 AM, andrea simeoni wrote: > > > Hi guys, > > > > I'm running a test with 2 hosts, 2 OF switches and 1 controller. The > switches and hosts are on 4 different ubuntu virtual machines and the > co

Re: [nox-dev] Switches crash when inserting OFPP_CONTROLLER actions

2011-11-08 Thread andrea simeoni
Hi Vishal, is the OpenVswitch an implementation of OF 1.1? I'm running NOX 0.9.0 zaku, is it compatible with such version of OF? 2011/11/8 Vishal > I had same problem and I switched over to OpenVswitch. > > Regards, > Vishal > > > On Tue, Nov 8, 2011 at 4:58 A

[nox-dev] Flow hard timeout

2011-11-19 Thread andrea simeoni
Hi guys, Does the flow hard timeout must be an integer number of seconds? I'm trying to set it to 0.5 ms but i get that it is set to the default value. Thank you. -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrep

[nox-dev] discoveryws component

2012-02-14 Thread andrea simeoni
server failed while attempting to perform request.", "error": "Unhandled server error"} Do you have suggestions? best regards -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

[nox-dev] Extending pytopology component

2012-02-15 Thread andrea simeoni
ence could someone explain me where I have to put modifications? I was thinking to extend the "pytopology.i" file. Is it the correct approach? Best regards -- Andrea Simeoni ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev