摘要:
本仓库汇总了一些博客地址 1.ONOS负载均衡路由 ONOS:负载均衡路由算法及应用开发(一) ONOS:负载均衡路由算法及应用开发(二) 2.前端可视化库 D3.js Vis-network Echarts 3.RYU应用开发 4. 阅读全文
摘要:
用户表 create table user ( username varchar(256) null comment '用户昵称', id bigint auto_increment comment 'id' primary key, userAccount varchar(256) null co 阅读全文
摘要:
PCAP常用库函数 pcap_t *pcap_open_live(char *device, int snaplen, int promisc, int to_ms, char *ebuf) 获得用于捕获网络数据包的数据包捕获描述字。device参数为指定打开的网络设备名。snaplen参数定 义捕 阅读全文
摘要:
1.前言 sflow-rt网站国内无法访问,这里使用蓝奏云下载 2.下载源码 https://lvpeiming.lanzoup.com/imRxy10was0h密码:5rxk 3.开启sFlow-RT 下载完毕之后,放入ubuntu并解压。sFlow-RT需要java环境,需要先配置java环境才 阅读全文
摘要:
RYU不要使用apt的方法安装,这样的安装是不完整的, 并且相关文件不易查找。 ##### 1.下载ryu源码 ```shell cd cd Desktop git clone https://gitee.com/lpm-123/ryu ``` ![image.png](https://cdn.nl 阅读全文
摘要:
# mininet的安装 ### 1.前言 1、本次安装环境为ubuntu20.04。 2、mininet 为 github上的最新版,我已经修改镜像地址并克隆到了gitee,只需要从我的gitee仓库克隆即可。3、mininet安装中需要自动使用apt安装额外依赖,为了确保稳定性,需要对ubunt 阅读全文
摘要:
### 1.下载ubuntu镜像 可以去中科大镜像站下载(本次下载20.04版本,不同版本操作会有差异,建议保持一致) ```html https://mirrors.ustc.edu.cn/ ``` 点击如图所示的按钮下载![image.png](https://cdn.nlark.com/yuq 阅读全文
摘要:
包括idea,clion,pycharm,datagrip等软件 阅读全文