nes-proj/tools/coffee-manager
Fredrik Osterlind b5c94910ac Renamed Java packages to match our contiki-os.org domain. Note that this commit does not affect external dependencies
like /tools/mspsim.

This is a very simple modification that affects a very large number of files in Contiki: Cooja,
/platform/cooja, Collect-view, Coffe-manager, and Cooja simulation files (.csc).

I've gone through Contiki to update all references I could find. Nevertheless, this commit will likely
break external dependencies, like saved Cooja simulation files.
2013-11-20 16:43:27 +01:00
..
org/contikios/coffee Renamed Java packages to match our contiki-os.org domain. Note that this commit does not affect external dependencies 2013-11-20 16:43:27 +01:00
LICENSE Add a managment tool for Coffee file system images. 2009-08-04 10:36:53 +00:00
MANIFEST.MF Renamed Java packages to match our contiki-os.org domain. Note that this commit does not affect external dependencies 2013-11-20 16:43:27 +01:00
README.md Renamed Java packages to match our contiki-os.org domain. Note that this commit does not affect external dependencies 2013-11-20 16:43:27 +01:00
build.sh Renamed Java packages to match our contiki-os.org domain. Note that this commit does not affect external dependencies 2013-11-20 16:43:27 +01:00
build.xml Renamed Java packages to match our contiki-os.org domain. Note that this commit does not affect external dependencies 2013-11-20 16:43:27 +01:00
esb.properties Refactoring. 2012-01-28 03:34:16 +01:00
sky.properties Refactoring. 2012-01-28 03:34:16 +01:00

README.md

org.contikios.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