Giter Club home page Giter Club logo

tssdn's Introduction

Introduction

This repository contains all artefacts developed as a part of Time-sensitive Software-defined Network (TSSDN), developed at the Distributed Systems Department, Insititue for Parallel and Distributed Systems (IPVS) at the university of Stuttgart.

TSSDN is based on software-defined networking and is used for imparting real-time guarantees (bounded end-to-end latency and jitter) for time-triggered communication flows in cyber-physical systems. Being an SDN based architecture, the control plane and data plane of TSSDN is separated with the control plane having a global view on the data plane, i.e., the underlying network topology and the communication flows in the network. The TSSDN control plane exploits this global view to compute transmission schedules for the end systems in the network such that the time-triggered traffic by these systems do not encounter any cross traffic. This eliminates the non-deterministic queueing delays, thus providing bounded end-to-end latency and jitter.

More information about the architecture and algorithms of TSSDN is available in our technical report.

Folder Structure

  • DataPlane: Contains the communication interfaces that were used in the data plane (DPDK, Sockets etc.).
  • Controller: This folder contains the controller scripts for the control plane. We plan to develop TSSDN as a Ryu control module. However, this is yet to done. (Under development)
  • Scheduler: The crux of TSSDN is its intelligent transmission scheduling algorithms. All the implemented scheduling algorithms are available in this folder. The scheduling algorithms are basically ILP formulations specified using PuLP (a python package for handling ILP solvers). We used CPLEX, an ILP solver from IBM, to solve these ILPs.

Tasks

  • Online scheduling algorithms for time-triggered traffic (Shortest Available Path & Mini-max).
  • Offline scheduling algorithms for time-triggered traffic (Unconstrained Routing, Fixed-path Routing & Pathsets Routing).
  • Scheduling for event-triggered traffic.
  • Integration with RYU, an SDN controller, so that all algorithms can be executed on the control plane.

Required Packages

  • Python Packages (Can be installed using pip)
    • Ryu
    • NetworkX
    • PuLP
    • Numpy (Used only for analysis)
  • C Libraries
    • DPDK
  • Miscelleneous
    • CPLEX (We used v12.5)

Contact Details

For any further information, feel free to contact the authors of the above technical report.

tssdn's People

Contributors

znsn avatar dsdn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.