License |
License |
---|---|
GroupId | GroupIdde.tum.ei.lkn.eces |
ArtifactId | ArtifactIdsbi |
Version | Version1.1.13 |
Type | Typejar |
Description |
DescriptionSouthbound 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sbi-1.1.13.pom | |
sbi-1.1.13.jar | 60 KB |
sbi-1.1.13-tests.jar | 5 KB |
sbi-1.1.13-sources.jar | 38 KB |
sbi-1.1.13-javadoc.jar | 292 KB |
Browse |
<!-- 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"]
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 |
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 |