[nox-dev] Not able to send ARP Reply

2011-11-14 Thread Harshil Anil Kumar Shah
Hi, Currently, I am trying to send ARP Reply to my openflow switch from NOX-0.8. In the debug message it shows that ARP Reply is sent and also shows the packet information. But I am not able to receive it on my openflow switch. What can be the solution? Thanks in advance. Regards, Harshil

Re: [nox-dev] Linkdown Event

2011-12-01 Thread Harshil Anil Kumar Shah
, there is no such flag. From: Zoltán Lajos Kis [mailto:zoltan.lajos@ericsson.com] Sent: Thursday, December 01, 2011 3:48 PM To: Harshil Anil Kumar Shah; nox-dev@noxrepo.org Subject: RE: Linkdown Event Hi, I think that should be an OFPT_PORT_STATUS message, with reason=OFPPR_MODIFY, and the attached

Re: [nox-dev] Nox messenger example for external c++ and nox python

2011-12-19 Thread Harshil Anil Kumar Shah
, December 19, 2011 1:38 PM To: Harshil Anil Kumar Shah Cc: nox-dev@noxrepo.org Subject: Re: [nox-dev] Nox messenger example for external c++ and nox python Hi Harshil, it might not be the simplest example, but the GUI communicates with NOX using the messenger, so taking a look at that code might

Re: [nox-dev] Nox messenger example for external c++ and nox python

2011-12-20 Thread Harshil Anil Kumar Shah
Hi, In my case where external module is C++ then can I use pyobject to interact with python module? From: Harshil Anil Kumar Shah Sent: Monday, December 19, 2011 3:32 PM To: 'Kyriakos Zarifis' Cc: nox-dev@noxrepo.org Subject: RE: [nox-dev] Nox messenger example for external c++ and nox python

Re: [nox-dev] Nox messenger example for external c++ and nox python

2011-12-20 Thread Harshil Anil Kumar Shah
Hi Murphy. Yes, I have external C++ module which I want to communicate with Nox python module using protobuf. I am using libjson library at C++ module. -Harshil. From: Murphy McCauley [mailto:jam...@nau.edu] Sent: Wednesday, December 21, 2011 1:38 AM To: Harshil Anil Kumar Shah Cc: Kyriakos

Re: [nox-dev] Nox messenger example for external c++ and nox python

2011-12-21 Thread Harshil Anil Kumar Shah
: Wednesday, December 21, 2011 2:33 PM To: Harshil Anil Kumar Shah Cc: Kyriakos Zarifis; nox-dev@noxrepo.org Subject: Re: [nox-dev] Nox messenger example for external c++ and nox python So NOX's messenger is a fairly generic method for communicating with external applications over a socket. Built on top

Re: [nox-dev] Nox messenger example for external c++ and nox python

2012-01-09 Thread Harshil Anil Kumar Shah
messenger.py?? Thanks, Harshil From: Murphy McCauley [mailto:jam...@nau.edu] Sent: Wednesday, December 21, 2011 4:47 PM To: Harshil Anil Kumar Shah Cc: Kyriakos Zarifis; nox-dev@noxrepo.org Subject: Re: [nox-dev] Nox messenger example for external c++ and nox python No, the plain messenger is not exposed

Re: [nox-dev] Nox messenger example for external c++ and nox python

2012-01-10 Thread Harshil Anil Kumar Shah
] Sent: Tuesday, January 10, 2012 1:31 PM To: Harshil Anil Kumar Shah Cc: nox-dev@noxrepo.org dev Subject: Re: [nox-dev] Nox messenger example for external c++ and nox python Actually, no. The version I posted has Python support for the plain messenger too, not just the JSON messenger. But it sounds

Re: [nox-dev] Nox messenger example for external c++ and nox python

2012-01-10 Thread Harshil Anil Kumar Shah
component?. If yes, then how can I use receive function of it? Is there any example of it. Can you give me some proper example for send/receive function usage? From: Murphy McCauley [mailto:jam...@nau.edu] Sent: Tuesday, January 10, 2012 5:57 PM To: Harshil Anil Kumar Shah Cc: nox-dev