Re: [nox-dev] Cannot access repository

2010-11-11 Thread Derek Cormier
Yes, I used http. I cannot use git behind my work's proxy... So I guess that's the problem. I assumed all git repositories work using http. On 11/12/2010 12:15 PM, Upthegrove, Timothy A wrote: This may be a dumb question, but did you use git:// instead of http:// in your second attempt? I no

Re: [nox-dev] Information on Python APIs available in NOX controller.

2010-11-11 Thread kk yap
Just one thing, please use doxygen. Reading code is unfortunately still necessary at this point, but we are happy to take patches for documentation. Regards KK On 11 November 2010 15:25, James "Murphy" McCauley wrote: > Responses inline. > > On Thu, 2010-11-11 at 15:24 -0500, Kavitesh Singh wro

Re: [nox-dev] Cannot access repository

2010-11-11 Thread kk yap
I just tried. It works for me. ykk$ git clone git://noxrepo.org/nox Initialized empty Git repository in Downloads/nox/.git/ remote: Counting objects: 3410, done. remote: Compressing objects: 100% (2357/2357), done. remote: Total 3410 (delta 2296), reused 1770 (delta 1021) Receiving objects: 100%

Re: [nox-dev] help to run NOX GUI

2010-11-11 Thread kk yap
You can get hosts by running also lavi_hosts and trackhost_pktin. Note that hosts are tracked by packet-in here, so it can be inaccurate depending on how "noisy" your hosts are. Regards KK On 11 November 2010 10:42, el beckhov wrote: > ok thank you man > have a nice day

Re: [nox-dev] Cannot access repository

2010-11-11 Thread Derek Cormier
Hmm, the same thing happens with that address: Initialized empty Git repository in /home/derek/VirtualBoxShared/Switch/Code/nox/.git/ fatal: http://noxrepo.org/nox/info/refs not found: did you run git update-server-info on the server? On 11/12/2010 03:22 AM, Upthegrove, Timothy A wrote: Try

Re: [nox-dev] Information on Python APIs available in NOX controller.

2010-11-11 Thread James "Murphy" McCauley
Responses inline. On Thu, 2010-11-11 at 15:24 -0500, Kavitesh Singh wrote: > Hi, > > > > I have recently started learning Openflow using NOX controller. I have > downloaded the VMware image available on OpenFlow website having > inbuilt NOX controller. > > > > I am following the tutorial a

Re: [nox-dev] Information on Python APIs available in NOX controller.

2010-11-11 Thread Kyriakos Zarifis
Hi Kavitesh, > 1. I am new to Python so it takes a bit of time for me to get hold > of the APIs which are available in NOX controller. I am looking for some > documentation on APIs which I can/would use in programming of NOX > controller. I am not looking for generic tutorial on Python. > A

[nox-dev] Information on Python APIs available in NOX controller.

2010-11-11 Thread Kavitesh Singh
Hi, I have recently started learning Openflow using NOX controller. I have downloaded the VMware image available on OpenFlow website having inbuilt NOX controller. I am following the tutorial available at http://openflowswitch.org/wk/index.php/HOTITutorial2010 I require help on followin

Re: [nox-dev] help to run NOX GUI

2010-11-11 Thread el beckhov
ok thank you man have a nice day ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Re: [nox-dev] help to run NOX GUI

2010-11-11 Thread James McCauley
Yes. Only switches currently show in the GUI. On Nov 11, 2010 8:54 AM, "el beckhov" wrote: > hi everyone, > i tried to run this components with nox: > ./nox_core -i ptcp:6633 switch switch_management hostip hosttracker > monitoring jsonmessenger > > and it works. > now i can see the switches , the

Re: [nox-dev] Cannot access repository

2010-11-11 Thread Upthegrove, Timothy A
Try git clone git://noxrepo.org/nox Tim Upthegrove Georgia Institute of Technology College of Computing (406)-437-1493 - Original Message - > Hello, > > Whenever I try to clone the repository using: > > git clone http://noxrepo.org/noxcore > > I get the following error: > > Initi

Re: [nox-dev] help to run NOX GUI

2010-11-11 Thread el beckhov
hi everyone, i tried to run this components with nox: ./nox_core -i ptcp:6633 switch switch_management hostip hosttracker monitoring jsonmessenger and it works. now i can see the switches , their flow table and everything. just one thing : we can't see hosts right now,is this normal ? thank you f

Re: [nox-dev] help for trying the GUI

2010-11-11 Thread Kyriakos Zarifis
Exactly, this certainly looks like an older pyqt version. I am using 4.7.2, although anything after 4.6 should be ok. I think this line might be necessary; although you'll probably start seeing nodes if you comment it out, you'll have issues if you move them around. You'd better install a latest py

Re: [nox-dev] help for trying the GUI

2010-11-11 Thread James McCauley
It looks like you are using an older qt/pyqt. I don't know exactly but you need at least 4.6. You MIGHT get away with just commenting out the troublesome line (38 in gui/topology.py)... -- Murphy On Nov 11, 2010 6:52 AM, "Christopher J. Tengi" wrote: > Kyriakos, > I am now running nox_core with

Re: [nox-dev] help for trying the GUI

2010-11-11 Thread Christopher J. Tengi
Kyriakos, I am now running nox_core with this command line: ./nox_core -i ptcp:6633 switch switch_management hostip hosttracker monitoring jsonmessenger Here is what I get when I start the GUI: Xlib: extension "Generic Event Extension" missing on display "localhost:11.

Re: [nox-dev] multi command to a switch

2010-11-11 Thread Kyriakos Zarifis
Hi Attilio, I'm pretty sure the answer to (1) is yes, as for (2) I can't answer with certainty off the top of my head but I think that's the right syntax too (I'd just try it out with wireshark running on both interfaces to verify that I'm getting the wanted behavior. Looking at the OF spec would

Re: [nox-dev] multi command to a switch

2010-11-11 Thread Attilio Broglio
Hi Kyriakos, in these days I have worked on the code and I understand the mistake I did (thanks). Then I have other two questions: 1) When I send an action-list like: actions=mod_vlan_vid:100,output:1 In this case, do I send the flow to the port 1 with the vlan_id changed to 100? 2) 1) When I s

Re: [nox-dev] OpenVswitch with NOX

2010-11-11 Thread kk yap
Hi, >From what I understand, if you are not using anything beyond OpenFlow, then you just need the OpenFlow version to match. That means OpenFlow 1.0 (zaku or destiny) with OpenvSwitch main branch. Regards KK On 11 November 2010 02:02, Ramana Reddy wrote: > Hi Everyone, > > This is my first po

Re: [nox-dev] Cannot access repository

2010-11-11 Thread kk yap
You should try git://noxrepo.org/nox. Is there any reason you would want NOX 0.4, or the older version? Regards KK On 11 November 2010 00:19, Derek Cormier wrote: > Hello, > > Whenever I try to clone the repository using: > > git clone http://noxrepo.org/noxcore > > I get the following error: >

[nox-dev] OpenVswitch with NOX

2010-11-11 Thread Ramana Reddy
Hi Everyone, This is my first post. Hope some one will help me to solve the below setup. I have dom0, where openvswitch is installed, and there are domUs which are communicating with dom0 through this openvswitch bridge. Now, I need a communication in between OpenVswitch and NOX. Case 1: If NOX

Re: [nox-dev] Welcome to the "nox-dev" mailing list

2010-11-11 Thread Ramana Reddy
On Thu, Nov 11, 2010 at 3:15 PM, wrote: > Welcome to the nox-dev@noxrepo.org mailing list! Welcome to nox-dev! > > To post to this list, send your email to: > > nox-dev@noxrepo.org > > General information about the mailing list is at: > > http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

[nox-dev] Cannot access repository

2010-11-11 Thread Derek Cormier
Hello, Whenever I try to clone the repository using: git clone http://noxrepo.org/noxcore I get the following error: Initialized empty Git repository in /home/derek/VirtualBoxShared/Switch/Code/noxcore/.git/ fatal: http://noxrepo.org/noxcore/info/refs not found: did you run git update-server