搜索资源列表
chpt1
- ns-FAQ(极其经典,强烈推荐!!!包括:trace分析,Threshold,多场景模拟等) -ns-FAQ (very classic, strongly recommended! ! ! Including : trace analysis, Threshold, multi-scene simulation, etc.)
AWK
- AWK脚本分析无线网络的吞吐量,主要是用于分析无线网络中经过ns-2模拟得到的trace文件
trace_file_table
- 无线trace文件速查表,主要可以用来参考验证分析trace文件的相关特性-wireless network s trace attributes table used for ns trace file~
lan-exp
- 有线网络NS下TCL脚本 经测试可行 生成NAM以及TRACE文件可供分析 修改-NS cable networks have been tested under the TCL scr ipt to generate a viable NAM, as well as amendments to TRACE file for analysis
analysis
- 在ns模拟结束后利用其自带的AWK工具分析所得TRACE文件所用的脚本文档 可分析吞吐量 丢包数目等数据 并生成相应文档输出-Ns simulation at the end of use of its own analysis of the TRACE instrument AWK paper documents can be used in scr ipt analysis of the number of data throughput of packet loss and generat
e2e-delay
- 利用此文件可以对NS下模拟所得的trace文件经行分析处理 计算端到端时延 并输出对应数据文件-The use of this document can be simulated on the NS obtained by line analysis of trace files deal with end-to-end delay calculation and output the corresponding data files
ns-11
- NS下经行有线网络模拟的脚本文件 可生成TRACE文件以及NAM -NS under the Analog line cable network scr ipt file can be generated as well as the TRACE file NAM
ns-simple-trace
- 该tcl文件详细介绍了如何在ns2下使用xgrapg工具来分析trace文件-this tcl file
ns2-simple2
- Create a simulator object set ns [new Simulator] #Define different colors for data flows (for NAM) $ns color 1 Blue $ns color 2 Red #Open the NAM trace file set nf [open out.nam w] $ns namtrace-all $nf #Define a finish proced
PerformanceAnalyser
- An AWK scr ipt for analysing NS-2 trace files.It computes some performance measures.
simplewireless22
- the awk file calculates throughput of ns-2 based trace files generated successfully by ns-2 simulations. calculation of throughput is very basic metric to compare and evaluate.
aodv
- NS2 下AODV路由协议的 包括以下文件 都有注解 (1)aodv.h (2) aodv.cc (3) aodv_mcast.cc (4) aodv_mtable.h (5) aodv_mtable.cc (6)aodv_mtable_aux.h (7)aodv_mtable_aux.cc (8)aodv_packet.h (9)aodv_rqueue.h (10)Aodv_rqueue.cc (11)aodv_rtable.cc
analyze
- perl scr ipt to analyze trace file from ns-2 code