Starburst SSD: An Efficient Protocol for Selective Dissemination
This web page contains research/experimental code written for the Starburst SSD protocol, presented at the IEEE International Conference on Communications (ICC 2009), held in June 2009 in Dresden, Germany. A copy of the paper is available here. The code is available here.
We originally wrote the code in TinyOS 2.0.0 and it has been tested in TOSSIM and on telosb motes. For simulation in TOSSIM, the code compiles correctly with TinyOS 2.0.0. To run it on the telosb platform, you can use either TinyOS 2.0.0 or TinyOS 2.0.2.
To run it on Motelab, the code has to be compiled with TinyOS 2.0.2 in order to enable serial logging. Simply uncomment the -DSERIAL_LOGGING and -DMOTELAB flags in the Makefile.
If you have any further questions, contact tazim AT cs DOT stanford DOT edu.