For beacon, have a look at http://www.openflowhub.org/display/Beacon/Getting+Started+with+Beacon+Workbench. It has a section on using beacon's REST interface to create flow entries using HTTP PUT (search for text "create a similar flow entry using the REST interface").
You can issue that http PUT request using command line (curl, as shown there) or use the native HTTP library in the language of your choice (Java, python, etc). Let me know if you need an example of using that interface from python. Regards, Mandeep On Thu, May 12, 2011 at 9:26 AM, Gaba Foli kodjo <[email protected]>wrote: > Hi, > > Is there any tutorial explaining how to modify the flow table trough a Java > (beacon controller), pyton or C++ code? Please share any tips or advice. > > Thanks, > Foli > > PS: www.openflow.org is down > _______________________________________________ > openflow-discuss mailing list > [email protected] > https://mailman.stanford.edu/mailman/listinfo/openflow-discuss >
_______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
