[nox-dev] Getting dpid prior to receiving packets

2012-03-07 Thread Gabe Bassett
I'm working with mainly a single switch but need to pull the dpid prior to receiving any packets. What would be the best place to get the dpid of the registered switch from? ___ nox-dev mailing list nox-dev@noxrepo.org

[nox-dev] Best way to create ARP request

2012-02-28 Thread Gabe Bassett
What is the best way to do a quick ARP request? I'm writting a form of a switch, but it may need to do an arp request to find a single IP. I'm hoping theres a simple function I can call to do the request. The normal switch functionality should add the reply to the switch arp cache. Thanks

[nox-dev] Nox Actions

2012-02-28 Thread Gabe Bassett
Thanks Aaron for the answer to the last question, I have another question about actions. Is there any clear documentation on how to execute specific actions? I undersand the general idea of the list of lists of actions, but am unclear on the actual actions and their variables. I'm trying to

Re: [nox-dev] Best way to create ARP request

2012-02-28 Thread Gabe Bassett
Bassett Cc: nox-dev@noxrepo.org Subject: Re: [nox-dev] Best way to create ARP request Looks good at first glance. Is it not working or something? Aaron On Tue, Feb 28, 2012 at 5:20 PM, Gabe Bassett g...@theengineer.org wrote: Does this look about right? HONEYPOT_PORT = 5 HONEYPOT_IP = 10.0.0.5

[nox-dev] FW: Nox question

2012-02-04 Thread Gabe Bassett
Please see the question below. If you can point me in the right direction, I'd appreciate it! Gabe From: Gabe Bassett Sent: Friday, February 03, 2012 5:55 PM To: 'yap...@stanford.edu' Subject: Nox question Hi, I'm trying to learn openflow by building on the nox switch tutorial (as well