[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge README.txt, 1.15,
1.16
Jonathan Hui
jwhui at users.sourceforge.net
Mon Nov 22 22:36:42 PST 2004
Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13560
Modified Files:
README.txt
Log Message:
- Updated README to reflect multiple image support and added a
'planned-additions' section.
Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/README.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** README.txt 22 Nov 2004 05:30:57 -0000 1.15
--- README.txt 23 Nov 2004 06:36:39 -0000 1.16
***************
*** 1,2 ****
--- 1,3 ----
+ $ Id: $
TinyOS Network Programming with Deluge v2.0
***************
*** 20,29 ****
to help guard against corruption.
- TOSBoot bootloader now written in nesC.
- Reduced RAM and ROM requirements.
- - Other minor enhancements that I can't think of right now.
- Major user differences:
- Golden image is now slot 0. While it cannot be written to, the user
can retrieve Ident.h information about the golden image.
- When specifying an image for download, the user specifies the
build/<platform> directory rather than just the ihex file. The issue
--- 21,36 ----
to help guard against corruption.
- TOSBoot bootloader now written in nesC.
+ - Version number is no longer shown explicitly to the user, for
+ greater user-friendliness.
+ - Auto-detection of a TOSBase node so the '-t' option is not required
+ at the command line.
+ - Auto-resume of incomplete images, using program name, unix time,
+ and user hash to identify identical images.
- Reduced RAM and ROM requirements.
- Major user differences:
- Golden image is now slot 0. While it cannot be written to, the user
can retrieve Ident.h information about the golden image.
+ - Versions numbers are no longer shown explicitly to the user.
- When specifying an image for download, the user specifies the
build/<platform> directory rather than just the ihex file. The issue
***************
*** 31,37 ****
without compile-time output.
! - Known issues:
! - Does not support more than 1 downloadable image (actually, it might,
! but I haven't tested it yet).
- To setup the Deluge tools, create the directory net/tinyos/deluge
--- 38,47 ----
without compile-time output.
! - Planned additions:
! - Enable CRC calculations and checks.
! - Auto resume of incomplete images. The program name, unix time, and
! user hash of the program can be used to help identify identical
! program images and resume interrupted downloads.
! - Auto-detection of TOSBase node.
- To setup the Deluge tools, create the directory net/tinyos/deluge
More information about the Tinyos-beta-commits
mailing list