Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
10/27/09 12:29:20 (4 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    1   ''The OpenWSN project serves as a central repository for '''open-source implementations''' of Internet of Things '''standards''' on a '''variety of hardware and software platforms'''.'' 
    21 
    3 The Internet of Things revolution is quietly coming, and with it an epochal turnpoint in wireless network design. A large amount of highly resource constrained, highly heterogeneous nodes will be ubiquitously communicating in a wireless fashion. These networks have received significant attention from the academic communication in the last decade. With these networks gaining maturity, standardization bodies have started to work on standardizing the different protocol layers involved: 
     2> ''The OpenWSN project serves as a central repository for '''open-source implementations''' of Internet of Things '''standards''' on a '''variety of hardware and software platforms'''.'' 
    43 
    5  * The [http://ieee802.org/15/pub/TG4e.html IEEE802.15.4e] working group is defining MAC amendment to the existing [http://standards.ieee.org/getieee802/download/802.15.4-2006.pdf IEEE802.15.4-2006] standard for it to better support the industrial markets. The current proposal, called Time Synchronized Channel Hopping, significantly increases robustness against external interference and persistent multi-path fading through channel hopping, a technique where all frequency channels are used. Note that the IEEE802.15.4e draft standard functions on IEEE802.15.4-2006 hardware. 
    6  * The [http://tools.ietf.org/wg/6lowpan/ IETF 6LoWPAN] working group  
    7  * The [http://tools.ietf.org/wg/6lowpan/ IETF ROLL] working group  
    8  * The [http://www.openadr.org/ OpenADR] is  
    94 
    10 The protocol stack currently being implemented hence consists of the following protocols: 
     5== Motivation == 
     6 
     7The Internet of Things revolution is quietly coming, and with it an epochal turnpoint in wireless network design. A large amount of highly resource constrained, highly heterogeneous nodes will be ubiquitously communicating in a wireless fashion. Because of their unprecedented capabilities, these networks have received significant attention from the academic community in the last decade. 
     8 
     9With these networks gaining maturity, standardization bodies have started to work on standardizing how networks communicate.Standardization is a key step towards ubiquitous adoption of those networks. 
     10 
     11== Protocol Stack == 
     12 
     13Different work groups from different standardization bodies have studied different parts of the protocol stack for the Internet of Things: 
     14 
     15 * The [http://ieee802.org/15/pub/TG4e.html IEEE802.15.4e] working group is defining MAC amendment to the existing [http://standards.ieee.org/getieee802/download/802.15.4-2006.pdf IEEE802.15.4-2006] standard. The proposal being standardized, called Time Synchronized Channel Hopping, significantly increases robustness against external interference and persistent multi-path fading through channel hopping, a technique whereby all frequency channels are used. Note that the IEEE802.15.4e draft standard functions on IEEE802.15.4-2006 hardware. 
     16 * The [http://tools.ietf.org/wg/6lowpan/ IETF 6LoWPAN] working group standardizes the mechanisms for an IPv6 packet to travel over networks of devices communicating using IEEE802.15.4 radios. One of the key aspect is the IETF 6LoWPAN compresses the 40B header down to 2B. This step is necessary to leave space of the data in the IEEE802.15.4 packets which are at most 128 bytes long. 
     17 * The [http://tools.ietf.org/wg/6lowpan/ IETF ROLL] working group standardizes the routing protocol, i.e. the distributed algorithm which finds the multi-hop path connecting the nodes in the network with a small number of destination nodes. The key idea is that nodes acquire a ''rank'' which increases with distance to the destination, hence forming a gradient towards that destination. 
     18 * [http://www.openadr.org/ OpenADR] describes an open standards‐based communications data model designed to promote common information exchange between the utility and electric customers using demand response price and reliability signals. OpenADR is one element of the Smart Grid information and communications technologies that are being developed to improve optimization between electric supply and demand. 
     19 
     20These standards can be layered on top of other, forming the following protocol stack: 
    1121 
    1222||application||openADR|| 
     
    1525||medium access||IEEE 802.15.4e|| 
    1626 
    17  
    18 This 
    19  
    20  
    21 As all Wiki pages, this page is editable, this means that you can 
    22 modify the contents of this page simply by using your 
    23 web-browser. Simply click on the "Edit this page" link at the bottom 
    24 of the page. WikiFormatting will give you a detailed description of 
    25 available Wiki formatting commands. 
    26  
    27 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created 
    28 a new Trac environment, containing a default set of wiki pages and some sample 
    29 data. This newly created environment also contains  
    30 [wiki:TracGuide documentation] to help you get started with your project. 
    31  
    32 You can use [wiki:TracAdmin trac-admin] to configure 
    33 [http://trac.edgewall.org/ Trac] to better fit your project, especially in 
    34 regard to ''components'', ''versions'' and ''milestones''.  
    35  
    36  
    37 TracGuide is a good place to start. 
    38  
    39 Enjoy! [[BR]] 
    40 ''The Trac Team'' 
    41  
    4227== Starting Points == 
    4328 
    44  * TracGuide --  Built-in Documentation 
    45  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project 
    46  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions 
    47  * TracSupport --  Trac Support 
     29 * OpenWSNHardwareSoftware reviews current hardware and software platforms 
     30 * OpenWSNStandards details why standards are a good idea for the Internet of Things 
     31   * OpenWSNTSCH details IEEE802.15.4e's Time Synchronized Channel Hopping 
    4832 
    4933For a complete list of local wiki pages, see TitleIndex.