[Tinyos-help] TOSSIM simulation time

2008-01-16 Thread Chris Yao
Hi, I use C language to develop a script for TOSSIM. I want the simulation to run 5 seconds. In the C script, based on TOSSIM tutorial, I use 500 in my script. But when I compile, I was told this constant is too large. Any suggestions? Thanks, Chris

RE: [Tinyos-help] TOSSIM simulation time

2008-01-16 Thread Munaretto, Daniele
Why don't you use 5000? Since the timers should be in ms. Cheers Daniele From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Yao Sent: Wednesday, January 16, 2008 4:56 PM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] TOSSIM simulation time Hi, I use C

Re: [Tinyos-help] TOSSIM simulation time

2008-01-16 Thread Philip Levis
On Jan 16, 2008, at 7:56 AM, Chris Yao wrote: Hi, I use C language to develop a script for TOSSIM. I want the simulation to run 5 seconds. In the C script, based on TOSSIM tutorial, I use 500 in my script. But when I compile, I was told this constant is too large. Any