[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge README.txt, 1.17, 1.18

Jonathan Hui jwhui at users.sourceforge.net
Mon Jan 17 12:48:16 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8851

Modified Files:
	README.txt 
Log Message:
- Updated to reflect changes with java app.



Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/README.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** README.txt	26 Nov 2004 18:59:10 -0000	1.17
--- README.txt	17 Jan 2005 20:48:11 -0000	1.18
***************
*** 27,30 ****
--- 27,32 ----
    - Auto-detection of identical images so that images are not
      accidentally downloaded more than once by the user.
+   - Metadata information clearly displayed and now requires user
+     confirmation to continue execution.
  
  - Major user differences:
***************
*** 33,39 ****
    - 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
!     is that it is very difficult to pull out the Ident.h information
!     without compile-time output.
  
  - To setup the Deluge tools, create the directory net/tinyos/deluge
--- 35,41 ----
    - Versions numbers are no longer shown explicitly to the user.
    - When specifying an image for download, the user specifies the 
!     build/<platform>/tos_image.xml file rather than just the ihex
!     file. The issue is that it is very difficult to pull out the
!     Ident.h information without compile-time output.
  
  - To setup the Deluge tools, create the directory net/tinyos/deluge
***************
*** 44,48 ****
      $ java net.tinyos.deluge.Deluge -p
    Download:
!     $ java net.tinyos.deluge.Deluge -i -if <builddir> -in <imagenum>
    Reboot:
!     $ java net.tinyos.deluge.Deluge -r -in <imagenum>
--- 46,50 ----
      $ java net.tinyos.deluge.Deluge -p
    Download:
!     $ java net.tinyos.deluge.Deluge -i -if=<tos_image> -in=<imagenum>
    Reboot:
!     $ java net.tinyos.deluge.Deluge -r -in=<imagenum>



More information about the Tinyos-beta-commits mailing list