Hi all, I'm trying to use tymo, so i've followed the document found on the tinyos wiki, but i'm a bit confused, so i'm asking a couple of questions.
in the document there are these lines, which should be in the wiring file: TestM.Receive -> DymoNetworkC.Receive[1]; TestM.MHSend -> DymoNetworkC.MHSend[1]; - What that "[1]" parameter means? Has it the same meaning of "component new AmsenderC(AM_FOO_MSG)"? More precisely, i have to use the tymo receiver and sender for two kind of messages, one kind coming from the base station and the other going to the base station. For this reason i have used mig in order to create 2 java classes to use in the app that will collect data and send back updates to the motes. So far i have only tried to send messages to the base station, but i receive only "bad packet" messages on the pc. Please also note that using dissemination is not an option, because i have to update the network on a per-node basis. Any help would be greatly appreciated. Thanks -- =================================================================== Francesco Foresti Registered Linux User #332599 _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
