This patch set add WebSocket support. This is based on the discussion of following thread. http://thread.gmane.org/gmane.network.ryu.devel/5814
YAMADA Hideki (4): hub: import semaphore Import eventlet.websocket from master branch wsgi: support WebSocket Add PacketIn dumper websocket application ryu/app/simple_switch_websocket_13.py | 91 +++++ ryu/app/wsgi.py | 15 +- ryu/contrib/_eventlet/websocket.py | 656 +++++++++++++++++++++++++++++++++ ryu/lib/hub.py | 6 + 4 files changed, 766 insertions(+), 2 deletions(-) create mode 100644 ryu/app/simple_switch_websocket_13.py create mode 100644 ryu/contrib/_eventlet/__init__.py create mode 100644 ryu/contrib/_eventlet/websocket.py -- 1.7.9.5 ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel