📄 readme
字号:
TestSimComm, 5/22/07 This application tests the TOSSIM radio model by setting up a simplehidden terminal case. It checks whether packets collide correctly andwhether SNR thresholds work correctly..The relevant output channel is "TestComm".There are three test cases:test-equal.py: Tests whether two nodes that are hidden terminalscause collisions. The two nodes have equal signal strengths, so acollision should corrupt both packets. If one packet is lost due toa collision, the other should be too. Note that packets can be lost in the absence of collisions due to external interference.test-unequal.py: Tests whether two nodes that are hidden terminalscause collisions. The two nodes have signal strengths that differby 10dB, and node 1 is stronger. This means that node 2 should hearnode 1's packets if they start first, but not second. If a packetfrom node 1 is lost, the packet from node 3 should be as well. However,a loss from node 3 does not imply a loss from node 1, as it isstronger.test-asym.py: Tests whether asymmetric links can have high deliveryrates but low acknowledgement rates. Checks that acknowledgementsfollow SNR curves properly. In this test, both 1 and 3 have highquality links (-60 dBm) to node 2, but the reverse links (2 to 1 and2 to 3) are much worse (-80 dBm). You should see packet deliverieslike test-equal.py but few acknowledgements.Philip Levis
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -