Closed dugdmitry closed 7 months ago
Added new MAC protocols:
Added simulation scripts to compare the new protocols together:
trumac_test.cc
TRUMAC
TDMA
ALOHA
jmac_test.cc
JMAC
scripts/runTRUMAC.py
scripts/runJMAC.py
Updated README.md:
README.md
Miscellaneous mods/fixes:
QueueSizeTrace
E2EDelayTrace
Phy/RxColl
Added new MAC protocols:
Added simulation scripts to compare the new protocols together:
trumac_test.cc
: comparesTRUMAC
,TDMA
, andALOHA
in a static/mobile random topology with given size and traffic ratejmac_test.cc
: comparesJMAC
againstALOHA
protocol under specific network scenario with static sensor nodes and gatewayscripts/runTRUMAC.py
: automation script to run multiple iterations oftrumac_test.cc
scripts/runJMAC.py
: automation script to run multiple iterations ofjmac_test.cc
Updated
README.md
:trumac_test.cc
simulations and interpret the resultsjmac_test.cc
simulations and interpret the resultsMiscellaneous mods/fixes:
QueueSizeTrace
andE2EDelayTrace
to trace average MAC send-queue size and E2E packet delayPhy/RxColl
trace to count the number of Rx-Rx collisions at PHY-layer