Last Version

de.tum.ei.lkn.eces:sbi 1.1.13

Southbound interface (SBI) of the OpenFlow 1.0 network controller of Chameleon (ACM CoNEXT 2020) using the ECES framework. The module does topology discovery and creates the network using the ECES network library. The module also listens to events from the tenant manager ECES library and automatically configures rules in the data plane when flows are created.

License

License

GroupId

GroupId

de.tum.ei.lkn.eces
ArtifactId

ArtifactId

sbi
Version

Version

1.1.13
Type

Type

jar
Description

Description

Southbound interface (SBI) of the OpenFlow 1.0 network controller of Chameleon (ACM CoNEXT 2020) using the ECES framework. The module does topology discovery and creates the network using the ECES network library. The module also listens to events from the tenant manager ECES library and automatically configures rules in the data plane when flows are created.
Project URL

Project URL

https://github.com/AmoVanB/eces-sbi
Source Code Management

Source Code Management

http://github.com/amovanb/eces-sbi/tree/master

Download sbi 1.1.13


<!-- https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/sbi/ -->
<dependency>
    <groupId>de.tum.ei.lkn.eces</groupId>
    <artifactId>sbi</artifactId>
    <version>1.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/sbi/
implementation 'de.tum.ei.lkn.eces:sbi:1.1.13'
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/sbi/
implementation ("de.tum.ei.lkn.eces:sbi:1.1.13")
'de.tum.ei.lkn.eces:sbi:jar:1.1.13'
<dependency org="de.tum.ei.lkn.eces" name="sbi" rev="1.1.13">
  <artifact name="sbi" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tum.ei.lkn.eces', module='sbi', version='1.1.13')
)
libraryDependencies += "de.tum.ei.lkn.eces" % "sbi" % "1.1.13"
[de.tum.ei.lkn.eces/sbi "1.1.13"]

Dependencies

compile (9)

Group / Artifact Type Version
io.netty : netty-all jar 4.1.37.Final
de.tum.ei.lkn.eces : core jar 2.0.3
de.tum.ei.lkn.eces : network jar 2.0.1
de.tum.ei.lkn.eces : routing jar 2.0.4
de.tum.ei.lkn.eces : tenant-manager jar 1.0.18
com.jcraft : jsch jar 0.1.55
de.tum.ei.lkn.eces : master-pom-commons jar 1.0.21
org.aeonbits.owner : owner jar 1.0.10
log4j : log4j jar 1.2.17

test (4)

Group / Artifact Type Version
de.tum.ei.lkn.eces : WebGraphGUI jar 3.0.0
de.tum.ei.lkn.eces : dnm jar 2.0.2
de.tum.ei.lkn.eces : master-pom-commons test-jar 1.0.21
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.