/opt/tinyos-1.x/contrib/ucb/apps/MagOscope (as of 5/3/2004) **************** MagOscope compiles, but it does not run the radio at the same frequency as usual. As a result, you may not get any packets back unless you also change the radio frequency of your basestation mote. To fix this, remove the special flags for running the radio at a different frequency in the makefile. CVS diff ******** ? build cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/ucb/apps/MagOscope/Makefile,v retrieving revision 1.2 diff -r1.2 Makefile 21c21 < PFLAGS += -DCC1K_DEF_FREQ=430000000 --- > #PFLAGS += -DCC1K_DEF_FREQ=430000000