[Tinyos-help] Delta with TOSSIM?

Joe Polastre joe at polastre.com
Thu May 4 19:32:15 PDT 2006


> I have the same question as Vinayak - hope it is not a secret. We
> really need a good simulator to test algorithms. Thanks.

Sorry, we use internal, in house simulators.

> In addition, I have some other questions here:
> (1) Is Delta working in the following ways?
> the node attached with computer will announce itself as basestation,
> then all other nodes will forward data to basestation through
> multihop.
> What if more than two TMote attached with computer?

You can have multiple base stations.  Nodes will pick their best route
to any base station.

> (2) How do I know which "Multihop.h" is used? There are many
> "Multihop.h" in different diectories. I traced
> "MAKERULES=/opt/tinyos-1.x/tools/make/Makerules" (through "env"
> command) file and did not get clue on that. I have similar concern
> regarding include components such as
>   components MultiHop
>     , DeltaM as Impl
>     , TimerC
>     , LedsC
>     , DemoSensorC
>     , DelugeC
> Can someone explain a little bit on how the compile system in TinyOS works?

The compile system works the same way that any gcc-based system works.
 It follows the -I include directives in the order that they are
presented to gcc.

-Joe



More information about the Tinyos-help mailing list