]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Improved accuracy of acknowledgement delivery by considering SNR
authorscipio <scipio>
Mon, 21 May 2007 21:35:54 +0000 (21:35 +0000)
committerscipio <scipio>
Mon, 21 May 2007 21:35:54 +0000 (21:35 +0000)
commite2b6cb3eecf554e47bc44eb65b9ba5af43ca51f0
treefffe75c52b97335b58ef398eee679c1420af1875
parenta0a0ae61af06644b8936055120a001460189ca94
Improved accuracy of acknowledgement delivery by considering SNR
curves. Currently, ack reception is based on the same SNR/PRR curve
as packet delivery. This is pessimistic, due to the fact that acks
are shorter than packets. I need to measure the ARR/SNR curve to
put it something more accurate. Also, currently TOSSIM does not model
false positives, something I will be adding shortly.
apps/tests/TestSimComm/README
apps/tests/TestSimComm/test-asym.py [new file with mode: 0644]
tos/lib/tossim/CpmModelC.nc
tos/lib/tossim/GainRadioModel.nc
tos/lib/tossim/TossimPacketModelC.nc