]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Incorporated patches and bug fixes from community (tweaked slightly).
authorscipio <scipio>
Tue, 4 Sep 2007 17:19:22 +0000 (17:19 +0000)
committerscipio <scipio>
Tue, 4 Sep 2007 17:19:22 +0000 (17:19 +0000)
commit31cd04733ef7f1e3d04038725af3afee3cbb7039
treeb7ccbcac3a5c21d1e787ab84eb17d9b9f446c240
parent728254c1fb570ee3764c65eebd7176f9ef0c557b
Incorporated patches and bug fixes from community (tweaked slightly).
  - Added support for getting RSSI of packets (Razvan Musaliou-E. from
    JHU). Added interface TossimPacket for getting this value without
    needing to know metadata layout. This required changing
    TossimActiveMessageP to TossimActiveMessageC as applications may need
    to wire to it.
  - Tweaked noise simulation so output values are not quantized.
    Tal Rusak from Cornell observed that quantization made borderline
    links behave badly.
  - Modified apps/tests/TestSimComm so that it prints out the RSSI
    of packets.
apps/tests/TestSimComm/TestCommAppC.nc
apps/tests/TestSimComm/TestCommC.nc
tos/lib/tossim/ActiveMessageC.nc
tos/lib/tossim/CpmModelC.nc
tos/lib/tossim/MainC.nc
tos/lib/tossim/TossimActiveMessageC.nc [new file with mode: 0644]
tos/lib/tossim/TossimActiveMessageP.nc [deleted file]
tos/lib/tossim/TossimPacket.nc [new file with mode: 0644]
tos/lib/tossim/TossimRadioMsg.h
tos/lib/tossim/sim_noise.c
tos/lib/tossim/sim_noise.h