You should run through the tutorials found at http://docs.tinyos.net/tinywiki/index.php/Main_Page
On Wed, Feb 8, 2012 at 1:15 PM, obinna oguejiofor <[email protected]> wrote: > Hi > Am confuse on how to compile and run/execute nesC source file.e.g the file > below is an example of nesC source file, how can i compile it and run it? > is it through an editor or through a cygwin shell prompt? > > : > > * > * > > configuration Blink { > } > implementation { > components Main, BlinkM, SingleTimer, LedsC; > > Main.StdControl -> BlinkM.StdControl; > Main.StdControl -> SingleTimer.StdControl; > BlinkM.Timer -> SingleTimer.Timer; > BlinkM.Leds -> LedsC; > } > Many thanks > obinna > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
