Hi, This patches implement the REST API for accessing state This module helps your debugging and retrieving various statistics.
patch 1: introduce OF interface for talking with a switch patch 2: supports REST API v1 -> v2 - separate the REST part from the OF interface Thanks, kei -- OHMURA Kei (2): ryu/lib/ofctl_v1_0: introduces OF interface ryu/app/ofctl_rest: implements ofctl_rest app ryu/app/ofctl_rest.py | 221 +++++++++++++++++++++++++++++++++++++++++++++ ryu/lib/ofctl_v1_0.py | 237 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 458 insertions(+) create mode 100644 ryu/app/ofctl_rest.py create mode 100644 ryu/lib/ofctl_v1_0.py -- 1.7.9.5 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
