Hi Alecandre, The TinyOS environment programs the node id by modifying symbols in the compiled binary before flashing it to the mote. I think this is compiler and platform dependent (since where the symbols are placed and how to access them would depend on the binary format and be platform specific). For the telosb motes, this symbol-changing is done with the command tos-set-symbols (it might support other platforms as well). Have a look at the documentation of tos-set-symbols.
Cheers, Urs Alexandre Buist wrote: > Hi, > > > > When programming a telosb mote with: > > $ make telosb install,2 > It sets the TOS_NODE_ID to 2. > > I tought it would work right off the bat with my platform but it dosent:-( > > How can I implement such a feature over my own platform? > > Thanks in advance. > > > > Alexandre Buist _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
