[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge/extra
NetProgM.nc, 1.3, 1.4
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Mon Jul 9 18:17:42 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/extra
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26582/tos/lib/net/Deluge/extra
Modified Files:
NetProgM.nc
Log Message:
This commit from Chieh-Jan (Mike) Liang fixes the following issues:
- Add a new command to reprogram the network (instead of motes automatically reprogram after they receive an image).
- Update the documentation to reflect the new command.
- Add README.txt files for the examples.
Index: NetProgM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/extra/NetProgM.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** NetProgM.nc 27 Jun 2007 20:04:57 -0000 1.3
--- NetProgM.nc 10 Jul 2007 01:17:40 -0000 1.4
***************
*** 123,126 ****
--- 123,127 ----
nodeDesc.uid = imgDesc->uid;
nodeDesc.imgNum = img_num;
+ nodeDesc.vNum = imgDesc->vNum;
call IFlash.write((uint8_t*)IFLASH_NODE_DESC_ADDR, &nodeDesc, sizeof(nodeDesc));
More information about the Tinyos-2-commits
mailing list