[pox-dev] GEPHI_TOPO: Download, Install, Execute, Configure

2014-07-10 Thread Rizwan Jamil
For those who are trying to use Gephi_Topo in their Ubuntu VM, here is the summary of the steps involved: 1. INSTALL JAVA IN UBUNTU:sudo apt-get install openjdk-7-jresudo apt-get install openjdk-7-jdk 2. DOWNLOAD GEPHI:https://gephi.github.io 3. EXTRACT GEPHI (TAR.GZ) FILE (IN THE DOWNLOADS FOLDE

Re: [pox-dev] How to Access Other Switches from Event Handler of A Switch

2014-03-19 Thread Rizwan Jamil
events of different switches from within the PacketIn event handler of one switch. The manual shows how to get the connection objects by DPIDs but it does not show how to access attributes of a specific event (PortStatus event here) from those connection objects. So how to do that? Regards,Rizwan

Re: [pox-dev] What do POX and NOX stand for?

2014-03-06 Thread Rizwan Jamil
Oh thanks :) Thats a very detailed answer. Regards,Rizwan Jamil Subject: Re: [pox-dev] What do POX and NOX stand for? From: murphy.mccau...@gmail.com Date: Wed, 5 Mar 2014 14:48:10 -0800 CC: pox-dev@lists.noxrepo.org To: u_r_wel...@hotmail.com NOX is sort of an acronym for "Network Oper

[pox-dev] What do POX and NOX stand for?

2014-03-05 Thread Rizwan Jamil
Hi ! What do NOX and POX stand for? I am doing my masters thesis on SDN. It would be awkward if I do not know their abbreviation. Regards,Rizwan Jamil

Re: [pox-dev] How to Access Other Switches from Event Handler of A Switch

2014-02-23 Thread Rizwan Jamil
ual may be useful to you. -- Murphy On Feb 22, 2014, at 11:33 PM, Rizwan Jamil wrote:Dear All ! My question is regarding the controller: that how can I access the parameters of other switches of a network FROM WITHIN the event handler of one of the switches of that same network? For example,

[pox-dev] How to Access Other Switches from Event Handler of A Switch

2014-02-22 Thread Rizwan Jamil
Dear All ! My question is regarding the controller: that how can I access the parameters of other switches of a network FROM WITHIN the event handler of one of the switches of that same network? For example, I require to delete all flows in all switches in a network whenever any port of any

Re: [pox-dev] Storing octets of IP addr in int variables

2014-02-18 Thread Rizwan Jamil
, but you could use native python methods. ip = '10.0.0.1' ip_list = ip.split('.') # split() method will split values into a list. print ip_list Cheers, Marcus Sandri 2014-02-18 12:26 GMT-03:00 Rizwan Jamil : Hi All! I want to store the all four octets/bytes of an

[pox-dev] Storing octets of IP addr in int variables

2014-02-18 Thread Rizwan Jamil
Hi All! I want to store the all four octets/bytes of an IP address into separate integer variables. Is there a way or a function to do this?

Re: [pox-dev] "gephi_topo.py" component and "pktgen" missing

2014-02-14 Thread Rizwan Jamil
t, the first thing you need to do is install Gephi. I think it comes with the graph streaming plugin, if not you can install it through its plugin manager. There's a screenshot on noxrepo.org that shows how to configure the plugin to work with POX. -- Murphy On Feb 10, 2014, at 1:02 AM,

Re: [pox-dev] POXDesk Terminal is Unable to Connect

2014-02-11 Thread Rizwan Jamil
@lists.noxrepo.org To: u_r_wel...@hotmail.com On Feb 9, 2014, at 11:32 PM, Rizwan Jamil wrote:Dear Murphy! I have enabled DEBUG mode by the following command:./pox.py log.level --DEBUG web messenger messenger.log_service messenger.ajax_transport openflow.of_service poxdesk poxdesk.terminal In POX

Re: [pox-dev] "gephi_topo.py" component and "pktgen" missing

2014-02-10 Thread Rizwan Jamil
install this plugin, as I am a new Linux user. Can you please guide? And is this the solution? Regards! Subject: Re: [pox-dev] "gephi_topo.py" component and "pktgen" missing From: murphy.mccau...@gmail.com Date: Sun, 9 Feb 2014 23:10:07 -0800 CC: pox-dev@lists.noxrepo.org To: u_r_we

Re: [pox-dev] POXDesk Terminal is Unable to Connect

2014-02-09 Thread Rizwan Jamil
From: murphy.mccau...@gmail.com Date: Fri, 7 Feb 2014 12:22:25 -0800 CC: pox-dev@lists.noxrepo.org To: u_r_wel...@hotmail.com I expect that problem is that tinytopo requires the openflow.discovery module (and I would imagine there are errors in the POX log which would indicate this?). -- Murphy

[pox-dev] "gephi_topo.py" component and "pktgen" missing

2014-02-09 Thread Rizwan Jamil
Dear All! I am using the Mininet 2.1.0 VM which I have downloaded from the following link: https://bitbucket.org/mininet/mininet-vm-images/downloads/mininet-2.1.0-130919-ubuntu-13.04-server-i386-ovf.zip This VM had POX betta pre-installed in it. But it does not have the directory named "proto"

Re: [pox-dev] POXDesk Terminal is Unable to Connect

2014-02-07 Thread Rizwan Jamil
k.terminal -- Murphy On Feb 6, 2014, at 10:35 PM, Rizwan Jamil wrote:Dears! I am using Mininet VM installed on my VMWare Workstation on Windows XP SP3. In my Mininet VM, I have successfully followed all instructions mentioned on:https://github.com/MurphyMc/poxdesk/wiki/Getting-Started But wh

[pox-dev] POXDesk Terminal is Unable to Connect

2014-02-06 Thread Rizwan Jamil
Dears! I am using Mininet VM installed on my VMWare Workstation on Windows XP SP3. In my Mininet VM, I have successfully followed all instructions mentioned on:https://github.com/MurphyMc/poxdesk/wiki/Getting-Started But when opened, the Terminal window in POXDesk GUI displays the following mess