Show echoall.sh syntax highlighted
#!/bin/sh
export GROUP=$1
export PATHNAME=$2
export VALUE=$3
EXCEPTION=/dev/sim/group$1/node$4/$2
for i in `ls /dev/sim/group$1/node*/$2` ; do
if [ $EXCEPTION == $i ] ; then
echo "Skipping $i"
else
echo "Echoing $3 to $i"
echo $3 > $i
fi
done
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
ceiling-install.pl
component-paths.pl
echoall.sh
flashall
push-upgrade.sh
tosinstall
tosinstall-jtag
tosremake
uisp-stargate
uisp-ucb-20020626
uisp-ucb-20031126