You should be able to use the base message structure, the data area is just a string of chars. The Basestation itself doesn't need modification, unless you have some other requirements, it just passes messages between UART and Radio. It's probably not a good model for your intermediate node though. There you might use GenericComm to receive and send messages with a small buffer queue in between. See the demo apps for usage examples.
MS brad abbott wrote: > Hi, > > I'm trying to send a text file from PC to the telosb mote then transmit > to another telosb mote for a printer > > Have tried to implement the basestation program with a few adjustments. > > Any help you could give me would be greatly appreciated. > > Thanks, > Brad > > ------------------------------------------------------------------------ > Find out: SEEK Salary Centre Are you paid what you're worth? > <http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_salary&_m=EXT> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
