Changes between Version 5 and Version 6 of blip

Show
Ignore:
Timestamp:
09/20/09 11:00:41 (2 months ago)
Author:
stevedh (IP: 68.124.182.208)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • blip

    v5 v6  
    1111The first step is to get the code.  As of TinyOS 2.1.1, blip is included as a core part of TinyOS.  Follow the instructions on [http://docs.tinyos.net] to install TinyOS and your platform toolchain.  Once finished, the [http://docs.tinyos.net/index.php/BLIP_Tutorial blip tutorial] explains how to compile and install a blip network. 
    1212 
    13 == Releases ==  
     13== Release Notes ==  
     14 
     15 * release-tinyos-2.1.1 
     16   * core integration 
     17    * system-wire Ieee154 messaging abstraction 
     18    * blip+AM/dual stack option is available 
     19    * serial stack bugfixes 
     20   * routing  
     21    * DAG numbering/rebuilding 
     22    * traffic generation 
     23    * "experimental" multi-driver support  
     24   * explicit LPL support 
     25   * "experimental" tcp support 
     26   * ip extension header architecture 
     27   * routing driver now compiles/cross-compiles using gnu autotools 
     28   * statistics interfaces fleshed out 
     29   * platform support: telosb epic shimmer iris [micaz] 
    1430 
    1531 * [source:code/b6lowpan/tags/release-3-20-2009] 
     
    4157== Docs == 
    4258 
    43  * [source:code/b6lowpan/trunk/README] - setup instructions 
    44  * [source:code/b6lowpan/trunk/HACKING] - code layout 
    45  * [source:code/b6lowpan/trunk/doc/README-NWPROG] - network programming instructions 
    46  * [wiki:b6loWPAN/Design] - design notes 
    47  * [wiki:b6loWPAN/PublicIP] - connecting a sensor network to the public IPv6 internet 
    48  * [wiki:b6loWPAN/Addressing] - address fields of a 6lowpan packet 
    49  * [wiki:b6loWPAN/UDP] - an overview of UDP 
     59The docs on this wiki are mostly depreciated, and have been removed.  The primary documentation is now maintained as the [http://docs.tinyos.net/index.php/BLIP_Tutorial blip tutorial] 
     60 
    5061 * [wiki:blip/CrossCompiling] - how to cross compile the routing code 
    5162