I have been trying to reconstruct how Deluge uses the information memory of the 
msp430.
So far, via several header files such as tosboot.h, tosboot_platform.h, 
netprog.h, netprog_platform.h I have found 3 structures.
They are Netprog_TOSinfo at offset 0x60, DelugeNodeDesc at offset 0x66 and 
tosboot_args at offset 0x70.

I see, via Debug, at offset 0x7f there is one byte that changes and I have not 
found any structure or code (try grepping IFlash.read or IFlash.write) that 
relates to this change.

The reason behind this effort is that I want to make use of information memory 
for my own purposes and want to be sure that I don't tread on Deluge's toes.

Any insight/clues gratefully accepted.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to