Hello all, I have a simple app compiling using the CC2420ActiveMessageC and the CC2420ControlC components. I goal is to use these components to allow me to dynamically set the channels using the CC2420Config.setChannel(X) interface.
Now, although it compiles for micaz, I want to be able to simulate it using TOSSIM. When I try to compile it using "make micaz sim" I get the errors: In component `RadioCountToLedsC': RadioCountToLedsC.nc:55: interface CC2420Config not found RadioCountToLedsC.nc: In function `MilliTimer.fired': RadioCountToLedsC.nc:101: interface has no command or event named `setChannel' RadioCountToLedsC.nc:102: interface has no command or event named `sync' .. .. How can I implement multi-channel support in TOSSIM? Has this already been done? Are there any examples that I can use? McTorrent uses multi-channel I think, but it is for TinyOS1.x. If someone can help me get started on this and point me in the right direction, I would appreciate it. Thanks, Ali Shareef _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
