Re: [Tinyos-help] T2 & Collection

2006-08-24 Thread Philip Levis
On Aug 23, 2006, at 8:04 AM, R. Steve McKown wrote: On Wednesday 23 August 2006 03:40 am, Jay Taneja wrote: ... it runs into errors when working with Collection, which has a StdControl interface (which has start(), and stop() functions). The problem is that I have implemented AMControl.startDon

Re: [Tinyos-help] T2 & Collection

2006-08-23 Thread R. Steve McKown
On Wednesday 23 August 2006 03:40 am, Jay Taneja wrote: > ... it runs into > errors when working with Collection, which has a StdControl interface > (which has start(), and stop() functions). The problem is that I have > implemented AMControl.startDone() and stopDone() events in MySenderP (for > th

[Tinyos-help] T2 & Collection

2006-08-23 Thread Jay Taneja
Hello,I have an application with the following structure:In MyProgAppC.nc:MyProgC.Output -> SerialOutC.Output;In SerialOutC.nc:components MySenderP;Output = SerialOutP;MySenderP.AMControl -> Serial;MySenderP.Packet -> Serial;etc. etc.The idea behind this design is that SerialOutC can be interchang

Re: [Tinyos-help] T2 & Collection Java tools

2006-08-17 Thread Philip Levis
On Aug 17, 2006, at 2:56 PM, Jay Taneja wrote: Hi, I have developed an application for T2 along with simple Java tools that output formatted message contents. For the single-hop case (just broadcasting messages), the Java tools work fine - they identify that messages are of my defined typ

[Tinyos-help] T2 & Collection Java tools

2006-08-17 Thread Jay Taneja
Hi,I have developed an application for T2 along with simple Java tools that output formatted message contents. For the single-hop case (just broadcasting messages), the Java tools work fine - they identify that messages are of my defined type (called RadioMsg, in this case) and the messageReceived