Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Ryu backend integration #44

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 21, 2015

  1. Include ryu-shim from fp7-netide

    This is an exact copy of the current state of the ryu-shim which is
    available in the fp7-netide/Engine repository [1].
    
    [1]: https://github.com/fp7-netide/Engine/
    
    Signed-off-by: James Guthrie <james@prodigi.ch>
    JamesGuthrie committed May 21, 2015
    Configuration menu
    Copy the full SHA
    ed1b96f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

  1. Add ryu backend integration

    Signed-off-by: James Guthrie <james@prodigi.ch>
    JamesGuthrie committed May 26, 2015
    Configuration menu
    Copy the full SHA
    2aacf97 View commit details
    Browse the repository at this point in the history
  2. Decouple backend exec from python

    Current backends (pox, ryu) are python-based, so executing them through
    python works, but it ties the frontend and backend to the same python
    version. This change should make it easier to move pyretic to python3
    independent of the backend python version.
    JamesGuthrie committed May 26, 2015
    Configuration menu
    Copy the full SHA
    1f3c091 View commit details
    Browse the repository at this point in the history