搜索资源列表
bsd-airtools.tar
- bsd-airtools是一个包,为无线802.11b审计提供了一个完整的工具集。也就是它目前包含了一个基于BSD的WEP程序,被称为dweputils (以及为NetBSD, OpenBSD, 和FreeBSD提供的内核补丁)。它也包含了一个基于curses的类似于netstumbler (dstumbler)的AP检测程序,可以用于检测无线访问点和连接的节点,查看到噪音图像的信号,通过被扫描的APs的交互式的滚动,以及查看每一个的统计信息。-bsd - airtools is a packa
libraw1394-1.2.1.tar
- libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and re
ieee1394diag-1.0.3.tar
- IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of all nodes
2
- 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w
fam-latest.tar
- 好东东。linux下面的文件节点、文件状态的变化监听代码,可以用于开发Linux下面的热备,-good Dongdong. Linux nodes below the documents, documents the changes eavesdropping code that can be used in the development of Linux Below the heat up, huh
tcl-scripts
- 这是NS2网络仿真实例,包含两个tcl脚本文件,内容是模拟多个无线节点运用DSDV路由协议进行传输的情况。对于初学者有很好的示范作用。-This is the NS2 network simulation example, contains two tcl scr ipt file, the contents of multiple wireless nodes is simulated using DSDV routing protocol for transmission of the si
c-hash
- C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
example2.tcl.tar
- 简单的无线网络实例,节点移动的范围为人为设定路径-Simple examples of wireless networks, nodes move in the range of artificial path
GNUnet-0.8.0b.tar
- GNUnet是一个安全的点对点网络框架,不采用任何集中或者说可信的服务。 在网络层上首先完成的服务是抗审查的匿名文件共享服务。 匿名是通过特殊的消息机制实现的:初始节点与路由经过节点的消息是不可区分的。 所有的节点都有路由功能,使用带宽稳定的加密连接进行相互交流。 GNUnet利用简单的、基于过剩的经济模型分配资源。 GNUnet中的节点相互监视其它节点的资源使用行为;对网络有贡献的节点会赢得更好的服务。 GNUNet是GNU工程的一部分。 官方站点在http://www.gnu.or
wireless1.tcl.tar
- wireless nodes scrit describing energy utilization
kl.c.tar
- VLSi KL partitioning Algorithm based programme for 100 nodes. It s dynamic progremme so by changing the MAX value we can change the number of nodes in the network.
TRMAC
- 针对wsn网络,提出的一种新的令牌环与TDMA相结合的mac协议TRMAC,并在tinyos里用nesc实现,在mica2上测试通过。-A new TokenRing and TDMA combination mac protocol named TRMAC ,implemented in tinyos and tested in mica2 nodes.
Linux_file_operate
- linux系统下的文件操作实验程序,完成的功能如下。 在一个半径为R的监测区域,随机分布有M个节点,每个节点的感应半径为r,请完成: (1)建立节点的位置信息文件 (2)建立网络的拓扑信息文件 -linux operating system files under the experimental procedures, the completion of the function as follows. Radius of R in a monitoring region,
UNIXbaogao
- 在一个半径为R的监测区域,随机分布有M个节点,每个节点的感应半径为r,请完成: (1)建立节点的位置信息文件 (2)建立网络的拓扑信息文件 (3)输出最佳路由即最小生成树 -Radius of R in a monitoring region, a random distribution of M nodes, each node of the sensor radius r, please complete: (1) to establish the location of t
shell.tar
- Spider程序:shell编程,实现文件内容的逐行读取,并抓取种子节点开始的网页,4层深度-Spider programs: shell programming, the contents of the file line by line read, and crawl seed nodes in the beginning pages, 4-layer depth
final.tcl.tar
- the file results in a traffic scnriao over number of nodes in x y array-the file results in a traffic scnriao over number of nodes in x y array
mobility
- this code adds a plugin on cooja that makes nodes mobil
scengen.tar
- is a scenary genrator, it was capable to generator many nodes em random movements or movement by WP
inspect-igd-1.1.1-20071130
- very good program to analyse trace and movement nodes, used by NS2
mmtrie
- 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start