转 NS2学习资料
发布日期:2021-09-03 15:22:43 浏览次数:2 分类:技术文章

本文共 9584 字,大约阅读时间需要 31 分钟。

hot3.png

  NS2学习资料(值得收藏)   .

分类: NS2仿真系列  2014-04-03 14:43 1501人阅读 评论(3) 收藏 举报 

一). NS常用基本网站

         1. 寻求问题答案最好的地方。

           http://mailman.isi.edu/pipermail/ns-users/

          2. 柯老师的网站,包含很多非常实用资源:安装,trace文件分析,源代码分析,添加新协议的途径等

           http://140.116.72.80/~smallko/ns2/ns2.htm

          3. NS本身的一些bug等信息,如果你的问题怎么都解决不了,可以来这里看看,或许会使你豁然开朗:)

          http://www.isi.edu/nsnam/ns/ns-problems.html

          4. NS by example-入门必读,强烈推荐!!!

           http://nile.wpi.edu/NS/

          5. ns_tutorial-入门的经典资料

           http://www.isi.edu/nsnam/ns/tutorial/

          6. ns-FAQ(极其经典,强烈推荐!!!包括:trace分析,Threshold,多场景模拟等)

           7. NS2的trace格式分析,包括各个字段的含义

           http://www.k-lug.org/~griswold/NS2/ns2-trace-formats.html

          8. [email=NS@WPI]NS@WPI[/email] FAQ一些常见问题

           http://nile.wpi.edu/NS/FAQ.html

          9. 这里有很多有用的资源,推荐!

           http://web.syr.edu/~dchen02/resources.htm

          10. 卸载NS

            http://mailman.isi.edu/pipermail/ns-users/2004-December/046262.html

                         

    (二). 常用结果分析工具                                                                                           

        1. Gnuplot使用介绍                                                                                  

          1) Gnuplot导读:

                http://learn.tsinghua.edu.cn/homepage/2001214728/Manual/95006/index.htm

            2) Gnuplot详细说明:

                http://gnuplot.sourceforge.net/docs_4.1/node1.html

            3) GNUPlot介绍: 

                http://yinjilong.blogbus.com/logs/2004/11/509772.html

            4) Gnuplot FAQ:

                http://www.gnuplot.info/faq/faq.html

         2.Gawk使用介绍                                                                                     

       awk详解:

             http://linux.chinaunix.net/doc/program/2005-02-03/1085.shtml

         3.gcc使用说明

         gcc使用指南:

            http://www.61ic.com/embed/kfhj/qt/200505/1330.html

         4.Xgraph使用说明

          XGRAPH:

           http://www.atl.external.lmco.com/projects/csim/xgraph/xgraph.html#anch1

      

    (三). 怎样添加新协议

       1.Step by step教你怎样添加新协议,包括怎样修改trace格式,非常经典!

          http://ants.dif.um.es/masimum/nsrt-howto/html/nsrt-howto.html

         2.怎样添加应用层协议,或者路由协议。

          我正在写一个非常简单的入门级协议,马上就会发布。

         

    (四). 已经实现但尚未添加到NS的协议                                                 

        1. 这个网站拥有大量的资源,包括各层协议源码,可以直接下载安装。                 

            http://www.isi.edu/nsnam/ns/ns-contributed.html

         2. MAC 802.15.4 协议实现                                                        

            http://ees2cy.engr.ccny.cuny.edu/zheng/pub/

         3. 多播协议扩展                                                                 

            http://www.monarch.cs.cmu.edu/multicast_extensions.html

         4. AODV-UU 协议下载                                                             

            http://www.docs.uu.se/docs/research/projects/scanet/aodv/aodvuu.shtml

         5.Leach协议

           http://www.internetworkflow.com/downloads/ns2leach/mit.tar.gz

         6.Cluster Based Routing Protocol 

            http://www.comp.nus.edu.sg/%7Etayyc/cbrp/

 NS版块可下载资源综合(updated 2007.12.12)

转载自 http://hh628.spaces.live.com/blog/cns!F3C7B34DA3E15639!129.entry

由于广大NSer们的共同努力,本版块已初具规模,为了方便广大新手们下载有用资源,综合了本版块可下载资源的链接:

 由于本人时间及精力有限,如果大家有好的资料和原创贴子发出,请PM我,我会及时加上,谢谢。

 让我们一起共同建设好我们的NS家园。

1、NS与网络模拟电子版 http://www.baisi.net/viewthread. ... &typeid=2

 2、NS软件包在Windows XP下的详细安装过程(多图,lynn友情提供) http://www.baisi.net/viewthread. ... &typeid=2

 3、一款强大的代码阅读器source insight http://www.baisi.net/viewthread. ... &typeid=2

 4、NS与网络模拟_光盘源代码 http://www.baisi.net/viewthread. ... &typeid=2

 5、TCP协议修改及makefile打包下载 http://www.baisi.net/viewthread. ... &typeid=2

 6、NS手册官方发布2007英文版 http://www.baisi.net/viewthread. ... &typeid=2

 7、NS手册中文版 http://www.baisi.net/thread-60647-1-1.html

 8、有线,无线模拟整个流程演示(初学者强烈推荐!) http://www.baisi.net/viewthread. ... &typeid=2

 8、柯老师2006演讲ppt下载 http://www.baisi.net/viewthread. ... &typeid=2

 9、How to implement protocol in NS2 http://www.baisi.net/viewthread. ... &typeid=2

 10、Adding Multiple Interface Support in NS-2 http://www.baisi.net/viewthread. ... &typeid=2

 11、NS新手学习篇(新手强烈推荐) http://www.baisi.net/viewthread. ... &typeid=2

 12、Ns_simulator_for_beginners,初学者比较好的资料 http://www.baisi.net/viewthread. ... &typeid=2

 13、GDB软件下载及使用指南(NS调试工具) http://www.baisi.net/viewthread. ... &typeid=2

 14、OPNET vs NS2 http://www.baisi.net/viewthread. ... &typeid=2

 15、LEACH协议源程序下载 http://www.baisi.net/viewthread. ... &typeid=2

 16、NS基础与安装 http://www.baisi.net/viewthread. ... &typeid=2

 17、单播、组播分组的发送与接收的实现 http://www.baisi.net/viewthread. ... &typeid=2

 18、关于NS2的trace格式 http://www.baisi.net/viewthread. ... &typeid=2

 19、gawk语言简介 http://www.baisi.net/viewthread. ... &typeid=2

 20、DSR协议相关 http://www.baisi.net/viewthread. ... &typeid=2

 21、NS在Linux下安装的详细过程 http://www.baisi.net/viewthread. ... &typeid=2

 22、Tcl语法简介 http://www.baisi.net/viewthread. ... &typeid=2

 23、理解NS2中的OTcl/tclCL http://www.baisi.net/viewthread. ... &typeid=2

 24、如何写makefile http://www.baisi.net/viewthread. ... &typeid=2

 25、研究无线网络的人要看的文章(原作者marcher更新) http://www.baisi.net/thread-48923-1-1.html

 26、如何往NS2中添加新的MAC协议(avid原创) http://www.baisi.net/thread-4031-1-1.html

 27、如何安装长庚大学的winmax module(柯老师原创) http://www.baisi.net/viewthread. ... &typeid=2

 28、绝对简单实用的无线Trace速查表 http://www.baisi.net/thread-10482-1-1.html

 29、WSN自组网视频集合(由qiuyan0528整理提供) http://www.baisi.net/thread-31029-1-1.html

 30、WSN节点定位演示视频 http://www.baisi.net/viewthread. ... a=page=1#pid62661

 31、MAODV代码和安装程序(taiyangyu上传) http://www.baisi.net/thread-33052-1-1.html

 32、Performance Evaluation of two Ad Hoc Routing Protocols using ns2 simulations(smallko推荐) http://www.baisi.net/thread-35536-1-1.html

 33、柯老师2007年最新演讲PPT下载 http://www.baisi.net/thread-35203-1-1.html

 34、柯老师第二本新书的FAQ,精彩不容错过! http://www.baisi.net/thread-35534-1-1.html

 35、FHMIP协议移植与安装代码(Season提供) http://www.baisi.net/viewthread.php?tid=32359&highlight=

 36、AODV协议.tr文件相关脚本分析 http://www.baisi.net/thread-36106-1-1.html

 37、Ad hoc网络模拟脚本(可以模拟多种协议,无需更改) http://www.baisi.net/thread-40392-1-1.html

 38、无线网络分析脚本(兼容aodv,dsr,dsdv等) http://www.baisi.net/thread-40391-1-1.html

 39、802.16源代码 (wuchsh提供) http://www.baisi.net/thread-34685-1-1.html

 40、多路径AODV代码AOMDV,Multipath-aodv (kuiper提供) http://www.baisi.net/thread-40292-1-2.html

 41、NOAH(NO Ad-Hoc Routing Agent)协议的源代码(loveginger友情提供)http://www.baisi.net/thread-47702-1-2.html

 42、tcl-debug及教程 http://www.baisi.net/viewthread. ... mp;page=1#pid119703

 43、关于leach协议的一些文章(ngh1823友情提供,强烈推荐) http://www.baisi.net/thread-47695-1-2.html

 44、dei80211mr: a new 802.11 implementation for NS-2(柯老师力荐) http://www.baisi.net/viewthread. ... mp;page=1#pid114535

 45、NS-2.31的802.11Mac层函数操作注释与流程图(robin2046提供) http://www.baisi.net/thread-50671-1-1.html

 46、拓扑自动生成脚本的小工具 http://www.baisi.net/thread-47132-1-2.html

 47、802.11模块代码的阅读帮助(kevy1984zz) http://www.baisi.net/viewthread. ... ypeid=2#pid173392

 48、season29问解答 http://www.baisi.net/attachment_baisi.php?aid=58650

 49、gnuplot绘图 http://www.baisi.net/thread-250144-1-2.html

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/zjnig711/archive/2008/11/22/3344762.aspx

 1、NS与网络模拟电子版 

http://www.baisi.net/viewthread. ... &typeid=2

 2、NS软件包在Windows XP下的详细安装过程(多图,lynn友情提供) http://www.baisi.net/viewthread. ... &typeid=2

 3、一款强大的代码阅读器source insight http://www.baisi.net/viewthread. ... &typeid=2

 4、NS与网络模拟_光盘源代码 http://www.baisi.net/viewthread. ... &typeid=2

 5、TCP协议修改及makefile打包下载 http://www.baisi.net/viewthread. ... &typeid=2

 6、NS手册官方发布2007英文版 http://www.baisi.net/viewthread. ... &typeid=2

 7、NS手册中文版 http://www.baisi.net/thread-60647-1-1.html

 8、有线,无线模拟整个流程演示(初学者强烈推荐!) http://www.baisi.net/viewthread. ... &typeid=2

 8、柯老师2006演讲ppt下载 http://www.baisi.net/viewthread. ... &typeid=2

 9、How to implement protocol in NS2 http://www.baisi.net/viewthread. ... &typeid=2

 10、Adding Multiple Interface Support in NS-2 http://www.baisi.net/viewthread. ... &typeid=2

 11、NS新手学习篇(新手强烈推荐) http://www.baisi.net/viewthread. ... &typeid=2

 12、Ns_simulator_for_beginners,初学者比较好的资料 http://www.baisi.net/viewthread. ... &typeid=2

 13、GDB软件下载及使用指南(NS调试工具) http://www.baisi.net/viewthread. ... &typeid=2

 14、OPNET vs NS2 http://www.baisi.net/viewthread. ... &typeid=2

 15、LEACH协议源程序下载 http://www.baisi.net/viewthread. ... &typeid=2

 16、NS基础与安装 http://www.baisi.net/viewthread. ... &typeid=2

 17、单播、组播分组的发送与接收的实现 http://www.baisi.net/viewthread. ... &typeid=2

 18、关于NS2的trace格式 http://www.baisi.net/viewthread. ... &typeid=2

 19、gawk语言简介 http://www.baisi.net/viewthread. ... &typeid=2

 20、DSR协议相关 http://www.baisi.net/viewthread. ... &typeid=2

 21、NS在Linux下安装的详细过程 http://www.baisi.net/viewthread. ... &typeid=2

 22、Tcl语法简介 http://www.baisi.net/viewthread. ... &typeid=2

 23、理解NS2中的OTcl/tclCL http://www.baisi.net/viewthread. ... &typeid=2

 24、如何写makefile http://www.baisi.net/viewthread. ... &typeid=2

 25、研究无线网络的人要看的文章(原作者marcher更新) http://www.baisi.net/thread-48923-1-1.html

 26、如何往NS2中添加新的MAC协议(avid原创) http://www.baisi.net/thread-4031-1-1.html

 27、如何安装长庚大学的winmax module(柯老师原创) http://www.baisi.net/viewthread. ... &typeid=2

 28、绝对简单实用的无线Trace速查表 http://www.baisi.net/thread-10482-1-1.html

 29、WSN自组网视频集合(由qiuyan0528整理提供) http://www.baisi.net/thread-31029-1-1.html

 30、WSN节点定位演示视频 http://www.baisi.net/viewthread. ... a=page=1#pid62661

 31、MAODV代码和安装程序(taiyangyu上传) http://www.baisi.net/thread-33052-1-1.html

 32、Performance Evaluation of two Ad Hoc Routing Protocols using ns2 simulations(smallko推荐) http://www.baisi.net/thread-35536-1-1.html

 33、柯老师2007年最新演讲PPT下载 http://www.baisi.net/thread-35203-1-1.html

 34、柯老师第二本新书的FAQ,精彩不容错过! http://www.baisi.net/thread-35534-1-1.html

 35、FHMIP协议移植与安装代码(Season提供) http://www.baisi.net/viewthread.php?tid=32359&highlight=

 36、AODV协议.tr文件相关脚本分析 http://www.baisi.net/thread-36106-1-1.html

 37、Ad hoc网络模拟脚本(可以模拟多种协议,无需更改) http://www.baisi.net/thread-40392-1-1.html

 38、无线网络分析脚本(兼容aodv,dsr,dsdv等) http://www.baisi.net/thread-40391-1-1.html

 39、802.16源代码 (wuchsh提供) http://www.baisi.net/thread-34685-1-1.html

 40、多路径AODV代码AOMDV,Multipath-aodv (kuiper提供) http://www.baisi.net/thread-40292-1-2.html

 41、NOAH(NO Ad-Hoc Routing Agent)协议的源代码(loveginger友情提供)http://www.baisi.net/thread-47702-1-2.html

 42、tcl-debug及教程 http://www.baisi.net/viewthread. ... mp;page=1#pid119703

 43、关于leach协议的一些文章(ngh1823友情提供,强烈推荐) http://www.baisi.net/thread-47695-1-2.html

 44、dei80211mr: a new 802.11 implementation for NS-2(柯老师力荐) http://www.baisi.net/viewthread. ... mp;page=1#pid114535

 45、NS-2.31的802.11Mac层函数操作注释与流程图(robin2046提供) http://www.baisi.net/thread-50671-1-1.html

 46、拓扑自动生成脚本的小工具 http://www.baisi.net/thread-47132-1-2.html

 47、802.11模块代码的阅读帮助(kevy1984zz) http://www.baisi.net/viewthread. ... ypeid=2#pid173392

 48、season29问解答 http://www.baisi.net/attachment_baisi.php?aid=58650

 49、gnuplot绘图 http://www.baisi.net/thread-250144-1-2.html 

 

转载于:https://my.oschina.net/u/2245485/blog/397573

转载地址:https://blog.csdn.net/weixin_34191845/article/details/92176918 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:JS调用PageOffice接口,删除Word表格中光标所在行
下一篇:ubuntu12.04下android开发环境搭建两个注意事项

发表评论

最新留言

网站不错 人气很旺了 加油
[***.192.178.218]2024年04月11日 08时25分23秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章

Scratch螺旋多边形小游戏 蓝桥杯Scratch国赛真题答案和解析 2019-04-28
初学python100例-案例31 输入星期几的第一个字母判断是星期几 少儿编程案例讲解 2019-04-28
初学python100例-案例32 男孩女孩小孩人数 少儿编程案例讲解 2019-04-28
【蓝桥杯真题12】Scratch角色装扮 少儿编程scratch蓝桥杯选拔赛真题讲解 2019-04-28
毕业设计 C#开发实现影院信息管理商城系统 毕业论文【论文+源程序+数据库】 2019-04-28
电子学会图形化scratch编程等级考试二级真题答案解析(判断)2020-9 2019-04-28
scratch别碰红块小游戏 电子学会图形化编程scratch等级考试二级真题和答案解析2020-9 2019-04-28
scratch打棒球游戏 电子学会图形化编程scratch等级考试四级真题和答案解析2019 2019-04-28
scratch列表移位 电子学会图形化编程scratch等级考试四级真题和答案解析2019 2019-04-28
scratch动物拥抱游戏 电子学会图形化编程scratch等级考试一级真题答案2020-9 2019-04-28
spring aop之对象内部方法间的嵌套失效 2019-04-28
SecureCRT工具登录跳板机,直接连接目标机器 2019-04-28
Google首席工程师Joshua Bloch谈如何设计优秀的API 2019-04-28
java SPI 与cooma(dubbo 微容器改良品)--1 2019-04-28
Java后端--3--Springboot基础开发规范 2019-04-28
安全合规--45--基于国内法律法规的企业数据合规体系建设经验总结(四) 2019-04-28
安全合规--46--基于国内法律法规的企业数据合规体系建设经验总结(五) 2019-04-28
安全合规--47--基于国内法律法规的企业数据合规体系建设经验总结(六) 2019-04-28
安全合规--48--基于国内法律法规的企业数据合规体系建设经验总结(七) 2019-04-28
安全合规--49--基于国内法律法规的企业数据合规体系建设经验总结(八) 2019-04-28