On Sun, May 30, 2010 at 5:54 PM, David Li <[email protected]> wrote: > Hi, > > In TestNetworkAppC.nc configuration, why the following two lines use > "CL_TEST" not "AM_TESTNETWORKMSG" as parameter? > > components new CollectionSendC(CL_TEST); > components new SerialAMSenderC(CL_TEST); > > I thought AM_TESTNETWORKMSG was the real AM message type used in TestNetwork > app. Did I miss anything here?
On the serial interface, it sends a message with the CL_TEST AM type. We should probably send a message of type AM_TESTNETWORKMSG. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
