jar

de.tum.ei.lkn.eces : sbi

Maven & Gradle

Jan 12, 2021
0 stars

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.

Table Of Contents

Latest Version

Download de.tum.ei.lkn.eces : sbi JAR file - Latest Versions:

All Versions

Download de.tum.ei.lkn.eces : sbi JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sbi-1.1.13.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.tum.ei.lkn.eces.sbi.ssh

├─ de.tum.ei.lkn.eces.sbi.ssh.SSHManager.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.ssh.SSHReturn.class - [JAR]

de.tum.ei.lkn.eces.sbi.openflow10.components

├─ de.tum.ei.lkn.eces.sbi.openflow10.components.DetectedLink.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.components.DetectedSwitch.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.components.OFSwitch.class - [JAR]

de.tum.ei.lkn.eces.sbi.mappers

├─ de.tum.ei.lkn.eces.sbi.mappers.RuleIdListMapper.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.mappers.RuleIdMapper.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.mappers.VMIdListMapper.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.mappers.VMIdMapper.class - [JAR]

de.tum.ei.lkn.eces.sbi.openflow10.exception

├─ de.tum.ei.lkn.eces.sbi.openflow10.exception.IncorrectOFFormatException.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.exception.UnsupportedOFVersionException.class - [JAR]

de.tum.ei.lkn.eces.sbi.openflow10.message.structure.actions

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.structure.actions.OFActionEnqueue.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.structure.actions.OFActionOutput.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.structure.actions.OFActionStripVlan.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.structure.actions.OFActionStructure.class - [JAR]

de.tum.ei.lkn.eces.sbi.openflow10

├─ de.tum.ei.lkn.eces.sbi.openflow10.OFConnectionState.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.OFController.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.OFMessageDecoder.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.OFMessageEncoder.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.OFSwitchConnection.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.OFVersion.class - [JAR]

de.tum.ei.lkn.eces.sbi.openflow10.message.structure

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.structure.OFMatchStructure.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.structure.OFPortStructure.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.structure.OFStructure.class - [JAR]

de.tum.ei.lkn.eces.sbi.openflow10.util

├─ de.tum.ei.lkn.eces.sbi.openflow10.util.BytesUtils.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.util.LLDPUtils.class - [JAR]

de.tum.ei.lkn.eces.sbi.openflow10.message

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.OFEchoReplyMessage.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.OFEchoRequestMessage.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.OFErrorMessage.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.OFFeatureReplyMessage.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.OFFeatureRequestMessage.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.OFFlowModMessage.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.OFHelloMessage.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.OFMessage.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.OFMessageFactory.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.OFPacketInMessage.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.message.OFPacketOutMessage.class - [JAR]

de.tum.ei.lkn.eces.sbi

├─ de.tum.ei.lkn.eces.sbi.ExpectedHost.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.RuleId.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.RuleIdList.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.SBISystem.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.SwitchCapabilities.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.VMId.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.VMIdList.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.Version.class - [JAR]

de.tum.ei.lkn.eces.sbi.openflow10.mappers

├─ de.tum.ei.lkn.eces.sbi.openflow10.mappers.DetectedLinkMapper.class - [JAR]

├─ de.tum.ei.lkn.eces.sbi.openflow10.mappers.OFSwitchMapper.class - [JAR]

Advertisement

Dependencies from Group

Jan 03, 2021
8 usages
0 stars
Jan 03, 2021
6 usages
5 stars
Jan 03, 2021
6 usages
0 stars
Jan 03, 2021
4 usages
0 stars
dnm
Jan 09, 2021
4 usages
3 stars

Discover Dependencies