readme

来自「用c++实现的802.11中的pcf功能的源代码」· 代码 · 共 24 行

TXT
24
字号
Explanation of the test scripts included in the distribution of the PCF implementation for ns-2.pcftest.tcl :This test script simulates a number of nodes sending constant bit rate (CBR) flowsto a sink located outside the wireless LAN. There can be a variable number of nodes(with one CBR flow for each node), and the number of nodes to received higherpriority (i.e. get polled during the CFPs), and the duration of a superframe can bespecified.To run this test script (after having patched ns to include support for PCF), thesyntax isns pcftest.tcl <nodes> <prionodes> <cbrinterval> <cbrsize> <outfile> <superframe>where <nodes> is the number of nodes the simulation should contain, <prionodes> isthe number of nodes that should be polled (it will be the <prionodes> first nodesthat will be prioritized), <cbrinterval> is the interval between packets generatedby the CBR sources, <cbrsize> is the size of each packet (in bytes) generated by theCBR sources, <outfile> is the filename the (gzipped) tracefile should be written to,and <superframe> is the length of the superframe in Time Units (TU) (1 TU = 1024us).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?