All Projects → stratum → Stratum

stratum / Stratum

Licence: apache-2.0
Stratum is an open source silicon-independent switch operating system for software defined networks.

Labels

Projects that are alternatives of or similar to Stratum

Zerotierone
A Smart Ethernet Switch for Earth
Stars: ✭ 7,839 (+4353.98%)
Mutual labels:  sdn
Sdwan Harvester
🌐 Automatically enumerate and fingerprint SD-WAN nodes on the internet
Stars: ✭ 42 (-76.14%)
Mutual labels:  sdn
Terraform Provider Zerotier
Create, modify and destroy ZeroTier networks and members through Terraform.
Stars: ✭ 113 (-35.8%)
Mutual labels:  sdn
Dpdk Ans
ANS(Accelerated Network Stack) on DPDK, DPDK native TCP/IP stack.
Stars: ✭ 925 (+425.57%)
Mutual labels:  sdn
Multipath Sdn Controller
🎛 Multipath Software Defined Networking Controller which sets up multipath forwarding tables and adjusts them based on network measurements
Stars: ✭ 35 (-80.11%)
Mutual labels:  sdn
Delta
PROJECT DELTA: SDN SECURITY EVALUATION FRAMEWORK
Stars: ✭ 55 (-68.75%)
Mutual labels:  sdn
Sdn Handbook
SDN手册
Stars: ✭ 543 (+208.52%)
Mutual labels:  sdn
Kathara
A lightweight container-based network emulation system.
Stars: ✭ 139 (-21.02%)
Mutual labels:  sdn
Xdp
Package xdp allows one to use XDP sockets from the Go programming language.
Stars: ✭ 36 (-79.55%)
Mutual labels:  sdn
Fastclick
FastClick - A faster version the Click Modular Router featuring batching, advanced multi-processing and improved Netmap and DPDK support (ANCS'15). Check the metron branch for Metron specificities (NSDI'18).
Stars: ✭ 100 (-43.18%)
Mutual labels:  sdn
Awesome Sdn
A awesome list about Software Defined Network (SDN)
Stars: ✭ 841 (+377.84%)
Mutual labels:  sdn
Ffho Salt Public
Salt-Orchestrated OpenSource based Software-Defined-Freifunk-Infrastructre-Network configuration :) Mirrored from https://git.ffho.net/FreifunkHochstift/ffho-salt-public
Stars: ✭ 12 (-93.18%)
Mutual labels:  sdn
Beehive Netctrl
Distributed SDN controller built on top of beehive.
Stars: ✭ 56 (-68.18%)
Mutual labels:  sdn
Awesome Sdn Security
Collection of SDN security related resources
Stars: ✭ 17 (-90.34%)
Mutual labels:  sdn
Corebgp
CoreBGP is a BGP library written in Go that implements the BGP FSM with an event-driven, pluggable model.
Stars: ✭ 124 (-29.55%)
Mutual labels:  sdn
Kube Ovn
A Kubernetes Network Fabric for Enterprises that is Rich in Functions and Easy in Operations
Stars: ✭ 798 (+353.41%)
Mutual labels:  sdn
Cloudsimsdn
CloudSimSDN is an SDN extension of CloudSim project to simulate SDN and SFC features in the context of a cloud data center.
Stars: ✭ 51 (-71.02%)
Mutual labels:  sdn
Sdwannewhope
SD-WAN security and insecurity
Stars: ✭ 141 (-19.89%)
Mutual labels:  sdn
A Deep Rl Approach For Sdn Routing Optimization
A Deep-Reinforcement Learning Approach for Software-Defined Networking Routing Optimization
Stars: ✭ 125 (-28.98%)
Mutual labels:  sdn
Good Articles By Sort
本仓库用来存放我看过的认为比较好的文章---根据分类排序
Stars: ✭ 93 (-47.16%)
Mutual labels:  sdn

Stratum Logo

Stratum - Enabling the era of next-generation SDN

Stratum is an open source silicon-independent switch operating system for software defined networks. It is building an open, minimal production-ready distribution for white box switches. Stratum exposes a set of next-generation SDN interfaces including P4Runtime and OpenConfig, enabling interchangeability of forwarding devices and programmability of forwarding behaviors. Current support includes Barefoot Tofino and Broadcom Tomahawk devices, as well as the bmv2 software switch.

Build status (main): CircleCI codecov

Documentation

Getting Started with SDN / P4 / Stratum

If you're completly new to the world of P4 and are looking for step-by-step instructions with batteries included, the NG-SDN tutorial is a good starting point. For material more focused on P4 as a language, have a look at the p4lang tutorials. Finally, there is the "Software-Defined Networks: A Systems Approach" book (HTML) for comprehensive coverage of SDN. Also see the chapter about Stratum in it.

Table of Contents

Development

Platforms

Tools

Other Documentation

Component Overview

img

P4Runtime provides a flexible mechanism for configuring the forwarding pipeline on a network switch.

gNMI is a framework for network device management that uses gRPC as the transport mechanism.

SDKLT is used to program fixed-pipeline switches using the Tomahawk chip from Broadcom.

Supported Devices

Tofino

  • APS Networks BF2556X-1T
  • APS Networks BF6064X-T
  • Delta AG9064v1
  • Edgecore Wedge100BF-32QS
  • Edgecore Wedge100BF-32X
  • Edgecore Wedge100BF-65X
  • Inventec D5254
  • Inventec D5264Q28B
  • Inventec D10056
  • Inventec D10064
  • Netberg Aurora 610
  • Netberg Aurora 710
  • Netberg Aurora 750

Broadcom

  • Tomahawk
    • Edgecore AS7712-32X
    • Edgecore AS7716-24XC Cassini
    • Dell Z9100
    • Inventec D7032
    • QCT QuantaMesh T7032-IX1
  • Tomahawk+
    • Edgecore AS7716-24SC Cassini
    • Inventec D7054
  • Tomahawk2
  • Tomahawk3
  • Trident2
    • Edgecore AS6712
    • Inventec D6254

Smart NIC

  • Intel PAC N3000

Software Switches

  • bmv2
  • dummy

Source code

This repository contains source code for a reference implementation of the P4Runtime and gNMI services, that serves as the hardware abstraction layer for a network switch. It has been successfully prototyped at Google, running on production hardware on a data center network subsystem.

Development environment

We provide a script to create a Docker development environment for Stratum.

To start the container, run the following in your stratum directory:

./setup_dev_env.sh

The script will build a Docker image using Dockerfile.dev and run a bash session in it. This directory will be mounted in the Docker image and you will be able to run git, edit code, and build Stratum / run tests using Bazel.

For more information, you can see a complete list of arguments by running: setup_dev_env.sh -h

If you are using Docker on Linux, make sure that you can use Docker as a non-root user, otherwise you will not be able to run setup_dev_env.sh:

sudo usermod -aG docker $USER
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].