Re: [nox-dev] can't find the nox-gui.py file

2012-01-31 Thread Aaron Rosen
You should probably pull down a new copy of nox. git clone git://noxrepo.org/nox cd nox git branch -a ; shows the branches git checkout ;to change You probably also want to switch to destiny so `git checkout destiny` . http://noxrepo.org/noxwiki/index.php/Installation/DebianUbuntu Aaron On

[nox-dev] can't find the nox-gui.py file

2012-01-31 Thread Baraki Halefom
Hi all, I want use the GUI of NOX. and I tried to run the nox-gui.py but couldn't find it. Can anyone tell me how to find and use that? How do I know what branch of nox i am using. I am using the openflow tutorial installed in the virtual machine. what are the two branches ? how can I shift from o

Re: [nox-dev] how to use own controller in custom topology

2012-01-31 Thread Murphy McCauley
This seems to be much more of a mininet question than a NOX question, and you should probably be asking about it somewhere else. For example, there is a mininet mailing list at: https://mailman.stanford.edu/mailman/listinfo/mininet-discuss That said, the problem here is that the value you pass

[nox-dev] how to use own controller in custom topology

2012-01-31 Thread Baraki Halefom
Dear all, I have built a simple custom topology network in mininet. and want to use a my own controller in the topology. as follows; net = Mininet(controller= lambda name: NOX(name ,'myswitch')) # where 'myswitch' is a learning switch component also to add multiple controllers to the topology