Hi,

Are there any example of how to make a python module under ryu-manager 
providing a websocket proxying to datapath switches, e.g.

  remote
  client <- websocket -> ryu-manager
                           wsproxy.py
                            <-websocket-> switch 1
                            <-websocket > switch 2

I may need to run a special application in switches that talks in 
websocket. However, the switches are not necessarily reachable by remote 
client directly.

The messages would probably include dpid, so wsproxy can use it to find 
the dp address and setup a websocket connection to it, if not already up.

regards,
-- Markku Savela



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to