Chinaunix首页 | 论坛 | 博客
  • 博客访问: 541554
  • 博文数量: 126
  • 博客积分: 2071
  • 博客等级: 大尉
  • 技术积分: 1522
  • 用 户 组: 普通用户
  • 注册时间: 2010-08-24 16:09
文章分类
文章存档

2013年(8)

2012年(37)

2011年(80)

2010年(1)

发布时间:2013-01-09 09:17:49

1. 柯老师的网站:http://140.116.72.80/~smallko/ns2/ns2.htm2. 两个ant-like Mobile Agents的安装补丁:http://www.matlab.nitech.ac.jp/~khpoo/research/ant.htmhttp://www.q2s.ntnu.no/~wittner/ns/3. 能量模型Energy Model http://www.isi.edu/ilense/software/smac/ns2_energy.html4. 一个博士的网站,上面有太丰富的内容:http://hi.baidu.com/vvfang......【阅读全文】

阅读(2171) | 评论(0) | 转发(0)

发布时间:2013-06-21 09:51:03

"安装Mac主题"sudo add-apt-repository ppa:noobslab/themessudo apt-get updatesudo apt-get install mac-os-lion-cursorssudo apt-get install mac-os-lion-iconssudo apt-get install mac-os-lion-theme"安装tweak"sudo add-apt-repository ppa:tualatrix/ppasud.........【阅读全文】

阅读(2498) | 评论(0) | 转发(2)

发布时间:2013-05-05 18:07:05

# Initialize the SharedMedia interface with parameters to make# it work like the 914MHz Lucent WaveLAN DSSS radio interfaceset RxT_ 3.652e-10 ;#Receiving Threshold which mostly is a hardware featureset Frequency_ 914e+6 ;# Signal Frequency which is also hardware featurePhy/WirelessPhy set CPTh.........【阅读全文】

阅读(1494) | 评论(0) | 转发(0)

发布时间:2013-04-28 01:04:53

1.tcl脚本传入一个int变量给c++代码在command解析里int nodenum=atoi(argv[2]);printf("%d",nodenum);2.在nam中输出结果Tcl::instance().evalf("$ns trace-annotate \"node send d_\"");3.改变node颜色$node1 color red4.注册顶级命令即tcl脚本写init_topologyclass InitTopologyCommand : public TclComma.........【阅读全文】

阅读(1658) | 评论(0) | 转发(1)

发布时间:2013-04-27 10:13:16

General Architecture of a mobile node in ns-2: the relationship of MAC could be found in ns-mobilenode.tcl. The source code:........## The following setups up link layer, mac layer, network interface# and physical layer structures for the mobile node.#Node/MobileN.........【阅读全文】

阅读(1064) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

jiangbaiheng2012-07-04 17:49

您好,我在安装click的时候遇到了麻烦,想请教您一下。我配置和make都已经成功,但是运行install命令是出错,出错信息如下:
make【1】:***【install-man】 Error 25
...
make:***[install-doc] Error 2

请问这个是什么原因啊?
(注:虚拟机linux版本为SUSE10,ns-2,34,click-2.0.1)

回复  |  举报

2011-12-17 02:32

你好,现在按Click-2.0.1的INSTALL文件说明进行安装,但是最后装完tcl/ex目录下没有与nsclick有关的tcl文件,不知道是怎么回事?不知道能不能麻烦你帮我考虑一下?
还有就是你博客里面说的装完Click1.8.0之后需要进行环境变量的注册,2.0.1里面没有说这一个,是不是我的问题出在这里,请问这里如果注册环境变量都需要注册些什么?
问题有点多,万分感谢!

回复  |  举报
留言热议
请登录后留言。

登录 注册