07 2016 档案

【NS2仿真】RTP协议安装
摘要:来自: http://personales.upv.es/fboronat/Research/NS2_RTP/NS2_RTP_RTCP_module.htm 文件:http://pan.baidu.com/s/1slRAwn7 NEW NS-2 RTP/RTCP MODULE Mario Monta 阅读全文

posted @ 2016-07-05 10:17 明明的天天 阅读(439) 评论(0) 推荐(0)

【NS2仿真】TCP与UDP混合
摘要:# # ftp # \ # tcp # \ # n0 sink # \ / # \ / # n1---5M 2ms---n3 # / ... 阅读全文

posted @ 2016-07-04 17:15 明明的天天 阅读(798) 评论(0) 推荐(0)

【NS2仿真】TCP协议
摘要:# # ftp # \ # tcp sink # \ / # n0--------5M 2ms---------n1 # # set ns [new Simulator] set f [open out.tr w] $ns trace-all $f set nf [op... 阅读全文

posted @ 2016-07-04 16:34 明明的天天 阅读(1511) 评论(0) 推荐(0)

【NS2仿真】UDP协议
摘要:# # cbr # \ # udp sink # \ / # n0--------5M 2ms---------n1 # # set ns [new Simulator] set f [open out.tr w] $ns trace-all $f set nf [op... 阅读全文

posted @ 2016-07-04 11:32 明明的天天 阅读(602) 评论(0) 推荐(0)

网络拥塞控制与NS2仿真
摘要:准备工作: 1. 安装virtual box 虚拟机,并安装虚拟机增强功能,并配制共享文件夹。 共享文件夹自动挂载后的路径为/media/sf_xxx文件夹,xxx为所起的文件名。 解决virtualbox没有权限访问共享文件夹: sudo adduser username vboxsf 2. 安装 阅读全文

posted @ 2016-07-04 09:46 明明的天天 阅读(917) 评论(0) 推荐(0)

导航