[Tinyos-help] TOSThreads, TinyLD and Callbacks to loaded modules

2012-08-14 Thread David Harrison
I have a TOSThreads, TinyLD system, heavily based on the SerialLoaderFlash example. I compile new functionality on the laptop as a dynamic threads module, transfer it to the mote where it gets stored in flash. When the module is loaded, it registers itself with the monolithic app on the mote by

Re: [Tinyos-help] TOSThreads & TinyLD

2011-01-04 Thread Chieh-Jan (Mike) Liang
> On Sat, Jan 1, 2011 at 8:37 AM, ranal fernando wrote: > Thank you very much > > I'll try changing those. > > > Subject: Re: [Tinyos-help] TOSThreads & TinyLD > > From: clia...@cs.jhu.edu > > Date: Fri, 31 Dec 2010 18:17:48 -0800 > > CC: tinyos-he

Re: [Tinyos-help] TOSThreads & TinyLD

2011-01-03 Thread ranal fernando
AM, ranal fernando wrote: Thank you very much I'll try changing those. > Subject: Re: [Tinyos-help] TOSThreads & TinyLD > From: clia...@cs.jhu.edu > Date: Fri, 31 Dec 2010 18:17:48 -0800 > CC: tinyos-help@millennium.berkeley.edu > To: ranalferna...@live.com > >

Re: [Tinyos-help] TOSThreads & TinyLD

2011-01-01 Thread ranal fernando
Thank you very much I'll try changing those. > Subject: Re: [Tinyos-help] TOSThreads & TinyLD > From: clia...@cs.jhu.edu > Date: Fri, 31 Dec 2010 18:17:48 -0800 > CC: tinyos-help@millennium.berkeley.edu > To: ranalferna...@live.com > > Hi, > > There a

Re: [Tinyos-help] TOSThreads & TinyLD

2010-12-31 Thread Chieh-Jan (Mike) Liang
Hi, There are two TinyLD files that you need to update. 1.) tos/lib/tosthreads/lib/tinyld/tosthread_slcs_types.h 2.) tools/tinyos/tosthreads/tosthreads_standard_api.py Thanks Mike On Dec 30, 2010, at 7:45 PM, ranal fernando wrote: > Hi all, > > > I noticed a strange behavior in TOSThreads

[Tinyos-help] TOSThreads & TinyLD

2010-12-30 Thread ranal fernando
Hi all, I noticed a strange behavior in TOSThreads radio interface. I added a new procedure in the CAMRadioP.nc. I also changed the tosthread_amradio.h accordingly. The following is just an example of an added procedure call. error_t test() @C() AT_SPONTANEOUS {…} The C based appli