[Tinyos-devel] Two radio platform

Rishi Pidva rishi.pidva at gmail.com
Tue Nov 27 16:33:49 PST 2007


Has anyone implemented a two radio platform in T2? What is the best
approach for this. ActiveMessageC requires an underlying
configuration. Now If I modify this such that to add another set of
Packet, Receiver etc interfaces, AMSenderC and other system interfaces
break.

One solution to using radios on same hardware could be to directly the
configuration provided by the other radio. For eg, on a platform with
two radios CC2420 and CC1000, we can wire ActiveMessageC to
CC2420ActiveMessageC and use CC1000ActiveMessageC directly when we
need to send on that? But this is not the most elegant solution.

I would like to use some sort of generic configuration with the type
of radio as a parameter. This will require lot of code change if I'm
not the right track. Any suggestions on how to proceed are much
appreciated.

TIA,
Rishi


More information about the Tinyos-devel mailing list