]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - README
get rid of +5 for rounding, change arg name in functions in CtpInfo to match the...
[tinyos-2.x.git] / README
diff --git a/README b/README
index 03dbb4bc7df6c491f6bc44995e98d17f39d37235..f0bedbbc6648b3a01175b94e714e6ead7959248f 100644 (file)
--- a/README
+++ b/README
@@ -6,6 +6,12 @@ This tree includes the TinyOS 2.0 documentation in tinyos-2.x/doc;
 you can also find the documentation online at:
 http://www.tinyos.net/tinyos-2.x/doc/
 
+Please note that RPM releases do not include the doc/ or tools/
+directories. They do not include the former because of the above URL,
+where corrections can be applied quickly. They do not include the
+latter because that compiled versions of its code are installed in
+the tinyos-tools RPM.
+
 The basic directory structure is as follows:
 
 apps: Sample TinyOS applications.
@@ -15,7 +21,8 @@ doc: Documentation
   index.html: Index file to all documentation
   txt: Text files (TEPs)
   html: HTML files (TEPs, installation)
-  html/tutorial: Tutorials
+    tutorial: Tutorials
+  pdf: PDFs of larger documents, such as the TinyOS Programming Manual
 
 support: Non-nesC code for using TinyOS nodes
   make: TinyOS make system
@@ -36,11 +43,21 @@ tos: TinyOS source code (nesC, C)
   chips: Chip-specific code
   interfaces: Core system interfaces
   lib: Extensions and larger common subsystems
+    byte_radio: General radio stack for byte-level radios
+    net: Network (multihop protocols)
+      ctp: Collection tree protocol
+      le: Link estimator
+      lqi: LQI-based collection for CC2420 platforms
+    power: Power management component library
+    printf: Printing small text messages to serial port
+    serial: Serial communication
+    timer: Timer component library
+    tossim: TOSSIM simulator
   platforms: Platform-specific code
   sensorboards: Sensorboard drivers
   system: Core system components
   types: Core system data types (header files)
 
-You can find documentation for the 2.0.0 release online at:
+You can find documentation for the 2.0.1 release online at:
 http://www.tinyos.net/tinyos-2.x/doc/