odl专题

mininet+odl安装

安装环境 ubuntu-18.04.2-desktop-amd64 Java version: 1.8.0_362 Apache Maven 3.6.0 opendaylight: distribution-karaf-0.6.0-Carbon(csdn中应该是已有资源,不让上传) opendaylight的官网下载链接一直打开失败,我使用的是别人的Carbon版本。 在安装minine

ActiveX .idl与.odl的区别

.odl和.idl在com中的功能相同.  前者是ActiveX中的 后者是ATL中.  可在前者的文件中 用 #import "XXXXX.idl" 的方式包含后者. 反过来没有试过.  2. When using IDL, you must declare the interfaces that will generate the C++ source files

Netconf集群(ODL-beryllium)

安装Feature feature:install oscp-mdsal-all oscp-restconf-all oscp-mdsal-clustering oscp-netconf-clustered-topology oscp-netconf-mdsal oscp-netconf-connector-all 这里顺带介绍下关于集群akka.conf的配置文件 ./configur

ODL之Netconf重连

ODL中Netconf支持设备异常下线后定时重连。其相关功能介绍如下: 在节点添加成功后,会创建该设备的Communicator,负责控制器与该设备节点的连接沟通处理逻辑。 AbstractNetconfTopology.java protected NetconfConnectorDTO createDeviceCommunicator(final NodeId nodeId,fin