On Thu, Sep 18, 2008 at 3:20 AM, Lei Mlapom <[EMAIL PROTECTED]> wrote: > Dear all: > I am working with the collection protocol in tinyos2. I want to send > different payload formats alternatively in the same micaz mote.I have read > that one collection_id_t generally have the same payload format so Do I need > the declaration of different collection_id_t-s? Or if the root is the same > in all the cases, can I work with the same collection_id_t?
You can work with the same collection id but you should make sure your node, when it receives a packet, has a way of determining the payload format. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
