Skip to content
Snippets Groups Projects
  1. Sep 05, 2016
  2. Jul 29, 2016
  3. Jul 28, 2016
  4. Jul 20, 2016
  5. Jul 19, 2016
  6. Jul 15, 2016
  7. Jul 14, 2016
  8. Jul 07, 2016
  9. Jun 30, 2016
    • Maximilian Kiesner's avatar
      Add automatic generation of Sdn Flow Routes · 01ad1e22
      Maximilian Kiesner authored
      Suppose there is an SDN switch(S) and a server which hosts an SDN controller(C).
      For every flow which is routed via S, an SdnFlowRule has to be modeled.
      S now has to interact with C. Therefore we use SdnControlFlow instances.
      We need an SdnControlFlow from S to C (called forwardFlow in the transformation) and an SdnControlFlow from C to S (called backwardFlow).
      We assume that for every flow that is routed via S the corresponding SdnControlFlows can take the same route (i.e. the same Direction instances, except for their flow property).
      To simplify modeling it is no longer required to model every SdnControlFlow and Direction instance.
      We can now model the SdnControlFlows and Directions for one parent flow and automatically generate them for all other parent flows (in the context of S and C).
      This is done in DNI3/etl/DNI-sdn-routing-DNI.etl, which is executed even before the routing transformation
      01ad1e22
  10. Jun 23, 2016
  11. Jun 14, 2016
  12. Jun 02, 2016
  13. Jun 01, 2016
  14. May 19, 2016
    • mk's avatar
      Add critical section to switching qplace · c7263a39
      mk authored
      Added a critical section to the Processing subnets of the Switching QPlace as an implementation of the required maximum function of the two arguments
      c7263a39
  15. May 18, 2016
  16. May 14, 2016
  17. May 13, 2016
Loading