SDN学习资料汇总
摘要:
本仓库汇总了一些博客地址 1.ONOS负载均衡路由 ONOS:负载均衡路由算法及应用开发(一) ONOS:负载均衡路由算法及应用开发(二) 2.前端可视化库 D3.js Vis-network Echarts 3.RYU应用开发 4.
常用DDL
摘要:
用户表 create table user ( username varchar(256) null comment '用户昵称', id bigint auto_increment comment 'id' primary key, userAccount varchar(256) null co
WinPcap编程常用库函数
摘要:
PCAP常用库函数 pcap_t *pcap_open_live(char *device, int snaplen, int promisc, int to_ms, char *ebuf) 获得用于捕获网络数据包的数据包捕获描述字。device参数为指定打开的网络设备名。snaplen参数定 义捕
sFlow-RT监控设备教程
摘要:
1.前言 sflow-rt网站国内无法访问,这里使用蓝奏云下载 2.下载源码 https://lvpeiming.lanzoup.com/imRxy10was0h密码:5rxk 3.开启sFlow-RT 下载完毕之后,放入ubuntu并解压。sFlow-RT需要java环境,需要先配置java环境才
Ryu控制器教程
摘要:
RYU不要使用apt的方法安装,这样的安装是不完整的, 并且相关文件不易查找。 ##### 1.下载ryu源码 ```shell cd cd Desktop git clone https://gitee.com/lpm-123/ryu ```  ```html https://mirrors.ustc.edu.cn/ ``` 点击如图所示的按钮下载![image.png](https://cdn.nlark.com/yuq