On Tue, Dec 29, 2009 at 3:41 AM, Bulut ERSAVAS <[email protected]> wrote: > Hi all, > > When using CTP, we would like to separate two adjacent networks from each > other (i.e. make sure that nodes of one network do not send data to the root > of the other network). Particularly because networks have different data > packet formats and we don't want them to get dropped/mixed up. > > I know we can operate the networks on different RF channels, but this is not > a preferred method for us. Can group and/or collection id be used for this > purpose? If not, does CTP require modification for network separation? Which > files/libraries should we be modifying? Any ideas would greatly be > appreciated.
Group id should do the trick. Collection id is used to separate multiple flows of traffic to the same root. Better might be to operate both the networks as a single network and have the roots exchange packets with each other depending on the packet type. If the roots are connected by WiFi or some other means, this is the more common approach. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
