Re: [pox-dev] About messenger component and messenger.js

2013-11-14 Thread Sulabh Bista
Thanks for all the hints. Looking at openflow.of_service. Looks interesting. --Sulabh Bista On Thu, Nov 14, 2013 at 9:49 PM, Murphy McCauley wrote: > On Nov 14, 2013, at 6:15 PM, Sulabh Bista wrote: > > Hello everybody. > > I am learning to use the messenger component. I referenced POXDesk to

Re: [pox-dev] About messenger component and messenger.js

2013-11-14 Thread Murphy McCauley
On Nov 14, 2013, at 6:15 PM, Sulabh Bista wrote: > Hello everybody. > > I am learning to use the messenger component. I referenced POXDesk to see > some examples on how this could be used (together with the messenger.js > library). > > Now, where do I look for commands (eg, list_switches, get

[pox-dev] About messenger component and messenger.js

2013-11-14 Thread Sulabh Bista
Hello everybody. I am learning to use the messenger component. I referenced POXDesk to see some examples on how this could be used (together with the messenger.js library). Now, where do I look for commands (eg, list_switches, get_flow_stats, set_table) that we can use with messenger.js? Do we ha

Re: [pox-dev] Switch & Host Disconnect

2013-11-14 Thread Murphy McCauley
There's a ConnectionDown event when switches disconnect. For hosts, it's possible you'll see this reflected in port status. Also, the host_tracker component tries to track the state of hosts. But in the case of hosts, it's all really just inference -- the only entities OpenFlow is really conc

Re: [pox-dev] ARP request

2013-11-14 Thread Murphy McCauley
This is very likely because you're trying to send the same buffer more than once. Do you have multiple things listening to PacketIn events (in your own code, or perhaps you are running your code and another component like l2_learning)? If so, read the "Events With Multiple Listeners" section o

Re: [pox-dev] ARP request

2013-11-14 Thread Muhammad Furqan Gagan
Hy… The links were useful but still I am getting this same buffer error.. I tried to change buffer id to 0XFFF… but no luck in my controller I am creating separate object for every switch … I know this error might have some reason for this.. but now I cannot change my initial logic so any id

Re: [pox-dev] Offering contribution

2013-11-14 Thread Felician Nemeth
OK, then I try to code something along the lines of arp_helper/arp_responder and a simple, experimental central knowledgebase. At least, we'll see whether this approach is worth following. Although, there's one thing that's not clear to me: > I've actually come to be pretty much a nonbeliever in

[pox-dev] Flow Based Distributed Firewall Prototype

2013-11-14 Thread Justin Peña
Hi everyone! I'm currently doing my undergraduate thesis on SDN and my topic involves the development of a flow based distributed firewall for such a network. The reason for this is that I wanted to take advantage of SDN's decoupling of the control layer and physical layer to centralize the contro