Show README syntax highlighted
To run the connectivity tests do the following:
1) edit the command line options for conn-sender in the conn-tab file.
-t total number of packets each node should send
-b number of packets a node should send before handing off token
-p interval between packet sends (milliseconds)
-d time to wait before starting burst once token is received (also ms)
-s packet size
2) edit the path for the tracefiles in conn-dump (currently dumps
to obj.i686-linux/tracefile-nn)
3) in one window cd to obj.i686-linux and run:
fusd/logring 10 /dev/logring/l1
4) in a separate window cd to obj.i686-linux and run:
emrun/emcee ../link/examples/connectivity_test/conn-simconfig 54
(or change 54 to the real number of alive motes)
This will terminate when all the packets are sent, but you'll have
to manually terminate the logring.
See more files for this project here
EmStar is a software system for developing and deploying wireless sensor networks involving Linux-based platforms. As the wireless sensor network community has attempted to deploy more complex designs---large-scale, long-lived systems that need self-organization and adaptivity---a number of difficult software design issues have arisen. Advances in software design have not kept pace with the capabilities of hardware. This is because designing for an adaptive, efficient, and useful sensor network has turned out to be surprisingly complex and difficult. EmStar is a Linux-based software framework, whose goal is to dramatically reduce this complexity, enabling work to be shared and reused, and simplifying and speeding the design of new sensor network applications.
Project homepage:
http://cvs.cens.ucla.edu/emstar/
Programming language(s): C,Shell Script
License: other
README
conn-dump.c
conn-sender.c
conn-simconfig
conn-tab