osd-contiki/tools/coffee-manager
2011-03-21 21:39:45 +01:00
..
se/sics/coffee Removed the deprecated COFFEE_DIR_CACHE_ENTRIES parameter. 2009-09-22 16:31:36 +00:00
build.sh added ESB platform properties and made build.sh include properties files in 2009-08-11 14:21:28 +00:00
build.xml Do not include ant runtime in classpath (avoids compilation warning with Ant 1.8+) 2011-03-21 21:39:45 +01:00
esb.properties added ESB platform properties and made build.sh include properties files in 2009-08-11 14:21:28 +00:00
LICENSE Add a managment tool for Coffee file system images. 2009-08-04 10:36:53 +00:00
MANIFEST.MF Add a managment tool for Coffee file system images. 2009-08-04 10:36:53 +00:00
README.TXT added platform configuration argument. 2009-08-13 12:11:20 +00:00
sky.properties Add a managment tool for Coffee file system images. 2009-08-04 10:36:53 +00:00

se.sics.coffee is a library for the Coffee File System. It is able to 
generate file system images and to extract information from existing 
images.

Building:

./build.sh

Usage:

java -jar coffee.jar [-p <platform>] [-i|e|r <file>] [-l|s] <file system image>

Options:

-p   Selects the platform configuration of Coffee to use.
     Valid choices: sky (default), esb.
-i   Inserts a new file into the file system.
-e   Extracts a file from the file system and saves it locally.
-r   Removes a file from the file system.
-l   Lists all files.
-s   Prints file system statistics.

Author:

Nicolas Tsiftes <nvt@sics.se>