Code Search for Developers
 
 
  

run_captured_data.sh from EmStar at Krugle


Show run_captured_data.sh syntax highlighted

#!/bin/bash

# please set EMSTAR_ROOT env var

echo Using $EMSTAR_ROOT as emstar checkout location
echo and processing raw ar files in the CWD
echo results should be in /tmp/1000-final and /tmp/1000-final-err

$EMSTAR_ROOT/devel/loc/util/newrun-systest.pl > /tmp/systestfile-1
$EMSTAR_ROOT/obj.i686-linux/devel/loc/ar_offline --list /tmp/systestfile-1 --array 8cm --map map --recomp_sender --simple_selfrange --first_swing --use_map 2> /tmp/systesterr-1 > /tmp/systestresults-1
grep "mod=0" /tmp/systestresults-1 | grep -v "noconf" > /tmp/systestfilt-1
sh $EMSTAR_ROOT/devel/loc/util/ar2mlat.sh /tmp/systestfilt-1 > /tmp/tmp
$EMSTAR_ROOT/obj.i686-linux/devel/loc/multilat_test --file /tmp/tmp -s 3 --gt map -a --degrees 
$EMSTAR_ROOT/devel/loc/util/plotit.pl /tmp/1000-final




See more files for this project here

EmStar

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

  ar2mlat.sh
  compare.sh
  convert-map.c
  create_deploy_tarball.sh
  doexp
  examine.sh
  extract-noise.c
  ks-test.c
  makechirp.c
  match.c
  newrun-systest.pl
  nfs-start.sh
  noise-est.sh
  plotit.pl
  process-systest.pl
  process-systest2.sh
  processdoppler.c
  quickbuild.sh
  record-test.sh
  run_captured_data.sh
  runexp
  runexp2
  runstartexp
  start-range-expt-nfs.sh
  start-range-expt.sh
  start.sh
  startexp
  traflog.sh