Skip to content
#

Software-defined networking

Software-defined networking (SDN) separates network control from network data forwarding, allowing networks to be programmed and centrally managed with standard protocols. SDN is an enabler of network virtualization, or the ability to run multiple virtual network topologies on a shared physical network.

Here are 465 public repositories matching this topic...

kube-ovn

Poseidon is a python-based application that leverages software defined networks (SDN) to acquire and then feed network traffic to a number of machine learning techniques. The machine learning algorithms classify and predict the type of device.

  • Updated Apr 8, 2022
  • Python
stratum
bocon13
bocon13 commented Nov 3, 2021

For CircleCI, we download a 4GB cache (which is everything from the Bazel run) and it takes about 2 minutes. Then for every job we also upload a new copy of the Bazel cache, which takes about 6 minutes. So every job, even incremental rebuilds take at least 8 minutes.

https://github.com/stratum/stratum/blob/09ddb5acb604f7e694a6b7d2fe93fea79f801794/.circleci/config.yml#L6-L31

We can likely do

enhancement help wanted good first issue Infra