/Ziggo-CaaS-Switch

HW&SW Switch implementation enabling Control-as-a-Service industrial network paradigm

Primary LanguageC++MIT LicenseMIT

ZIGGO CaaS Switch: A flexible, standard-compliant, and control-function-virtualized TSN switch platform

Table of Contents

  1. Introduction

  2. ZIGGO Open Platform

  3. Demo

  4. Features

  5. Getting Started

  6. System Design

  7. Demo App Tutorial

  8. License and Citation

  9. TODO List

  10. Contaction

Introduction

ZIGGO is a flexible, standard-compliant, and control-function-virtualized TSN switch platform ready for industrial control, automotive electronics, and other time-sensitive applications.

This is the document for the ZIGGO CaaS Switch. (We also offer ZIGGO-TSNPerf that comply with the IEEE 802.1 TSN standard.)

ZIGGO Open Platform

The construction of the ZIGGO Open Platform consists of three levels: network device, management tools, and a Demo App. More details in ZIGGO-Evaluation-Toolkit.

Demo

We provide a demonstration video of the TSN switch. It demonstrates the superior performance of the ZIGGO-CaaS-Switch compared to the normal switch.

The left side of the picture is the ZYNQ development board we use, and the right side is the TSN display board we built.

Watch the video

Click the pic to watch the video! Or just click here.

Features

  • ZIGGO supports the simultaneous transmission of both Information Technology (IT) and Operation Technology (OT) data traffic with QoS guarantee.

  • ZIGGO complies with IEEE standards 802.1AS, Qav, Qbv, and Qcc.

  • ZIGGO provides Real-time and Deterministic Ethernet transport

    • ZIGGO achieve Zero Packet Loss , Microsecond-level Latency with Nanosecond-level Jitter Gate Ability.

    • ZIGGO guarantee Gigabit Throughput.

    • ZIGGO provide gate accuracy applicable to All Ethernet Frame Sizes.

Getting Started

Please refer to hardware-build.md for the build hardware for ZIGGO Evaluation Toolkit and software-build.md to run time synchronization logic and set up TSN GCL .

System Design

ZIGGO is implemented on ZYNQ-7000 SoC and exploits ZYNQ's both hardware and software programmability.

framework

We also provide more in-depth documentation explaining specific design principles for ZIGGO CaaS Switch.

Demo APP Tutorial

We also provide a testbed build document(in ZIGGO TSNPerf) that allows you to build a real-time Ethernet system using the ZIGGO swtich and ZIGGO TSNPerf.

Through this platform, we can measure the delay and jitter of TSN time-critcial traffic, the switch's gating capability, bandwidth guarantee and gating accuracy.

Replacing ZIGGO CaaS switches with commercial TSN switches can also test its above capabilities.

License and Citation

ZIGGO is released under a MIT license.

Please consider citing our papers if the project helps your research with the following BibTex:

@inproceedings{caas,
  author={Yang, Zheng and Zhao, Yi and Dang, Fan and He, Xiaowu and Wu, Jiahang and Cao, Hao and Wang, Zeyu and Liu, Yunhao},
  booktitle={IEEE INFOCOM 2023 - IEEE Conference on Computer Communications},
  title={CaaS: Enabling Control-as-a-Service for Time-Sensitive Networking},
  year={2023},
  pages={1-10},
  doi={10.1109/INFOCOM53939.2023.10228980}
}
@inproceedings{etsn,
  author={Zhao, Yi and Yang, Zheng and He, Xiaowu and Wu, Jiahang and Cao, Hao and Dong, Liang and Dang, Fan and Liu, Yunhao},
  booktitle={IEEE ICDCS 2022 - IEEE International Conference on Distributed Computing Systems}, 
  title={E-TSN: Enabling Event-triggered Critical Traffic in Time-Sensitive Networking for Industrial Applications}, 
  year={2022},
  volume={},
  number={},
  pages={691-701},
  doi={10.1109/ICDCS54860.2022.00072}}

TODO List

  • ZIGGO CaaS Switch Release

  • ZIGGO Evaluation Toolkit Release

  • ZIGGO Evaluation Toolkit Source Code

  • Tutorial for build a testbed

  • Test Case for TSN

We will expand each test in the tutorial to multiple test cases to cover different edge cases and comprehensively test the performance of TSN switches.

  • Support Device List

At present, we have only tested our own Ziggo switches and are testing other commercial switches (such as Huawei ,H3C and NXP). We expect to maintain a list of test results in the future.

Contaction

If any questions and suggenstations, please email to admin@sense-lab.org. Or you can also consider raising an issue on github