]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
README for 2.0.
authorscipio <scipio>
Wed, 12 Jul 2006 20:59:19 +0000 (20:59 +0000)
committerscipio <scipio>
Wed, 12 Jul 2006 20:59:19 +0000 (20:59 +0000)
README

diff --git a/README b/README
index 5c38453accf2e56d3b17cc142d21d3377476084f..c50cc0e8074998977d9daa25981f5a817d6c99e6 100644 (file)
--- a/README
+++ b/README
@@ -1,2 +1,44 @@
-This is a placeholder for TinyOS 2.0.  When it is released you will find the source for 
-it here.
+This contains the TinyOS 2.0 source code as of\r
+\r
+$Date$\r
+\r
+This tree includes the TinyOS 2.0 documentation in tinyos-2.x/doc; \r
+you can also find the documentation online at:\r
+http://www.tinyos.net/tinyos-2.x/doc/\r
+\r
+The basic directory structure is as follows:\r
+\r
+apps: Sample TinyOS applications.\r
+  tests: Sample TinyOS applications which test a part of the system.\r
+\r
+doc: Documentation\r
+  index.html: Index file to all documentation\r
+  txt: Text files (TEPs)\r
+  html: HTML files (TEPs, installation)\r
+  html/tutorial: Tutorials\r
+\r
+support: Non-nesC code for using TinyOS nodes\r
+  make: TinyOS make system\r
+  sdk: Standard developers kit: serial communication, etc.\r
+    c: C SDK (fully supported, but not exhaustively tested yet)\r
+    java: Java SDK (fully supported, heavily tested and used)\r
+    python: Python SDK (limited, not fully supported)\r
+\r
+tools: TinyOS-specific tools and scripts\r
+  platforms: Platform-specific tools\r
+  release: Scripts and configurations for packaging release RPMs\r
+  tinyos: TinyOS scripts\r
+    java: Native support for TinyOS JNI libraries (serial and env)\r
+    misc: Assorted utility scripts, begininning with tos-\r
+    ncc: The scripts that invoke the nesC compiler: ncc, mig, ncg\r
+    \r
+tos: TinyOS source code (nesC, C)\r
+  chips: Chip-specific code\r
+  interfaces: Core system interfaces\r
+  lib: Extensions and larger common subsystems\r
+  platforms: Platform-specific code\r
+  sensorboards: Sensorboard drivers\r
+  system: Core system components\r
+  types: Core system data types (header files)\r
+\r
+\r