Difference between revisions of "TinyOS IEEE 802.15.4 Working Group"
PhilipLevis (talk | contribs) |
m (Added link to the README.txt) |
||
Line 19: | Line 19: | ||
* to align the MAC interfaces with the next-higher layers in TinyOS 2 (AM, prospective ZigBee NWK, 6lowPAN), | * to align the MAC interfaces with the next-higher layers in TinyOS 2 (AM, prospective ZigBee NWK, 6lowPAN), | ||
* to provide mechanism to integrate enhancements / variants / add-ons to the MAC protocol (e.g. QoS, traffic differentiation mechanisms, frequency agility and coexistence) | * to provide mechanism to integrate enhancements / variants / add-ons to the MAC protocol (e.g. QoS, traffic differentiation mechanisms, frequency agility and coexistence) | ||
+ | |||
+ | A good starting point to learn about the code is looking at file [http://code.google.com/p/tinyos-main/source/browse/trunk/tos/lib/mac/tkn154/README.txt tinyos-main/tos/lib/mac/tkn154/README.txt] in the [http://code.google.com/p/tinyos-main/ tinyos-main repository] | ||
'''Relevant TinyOS Enhancement Proposals (TEPs)''' | '''Relevant TinyOS Enhancement Proposals (TEPs)''' |
Latest revision as of 02:05, 15 April 2011
Last modified: September 10, 2010
Chair
Jan-Hinrich Hauer <hauer at tkn dot tu-berlin dot de>
Mailing Lists
Internal Working Group Discussion: tinyos-15.4-wg at mail.millennium.berkeley.edu. This list is open only to wg members but the list archives are publicly accessible.
Public Discussion/Comment: tinyos-devel at mail.millennium.berkeley.edu
Description
The goals of the TinyOS 15.4 Working Group are:
- to develop and maintain a platform-independent, standard-compliant implementation of the IEEE 802.15.4-2006 MAC,
- to make the implementation available on (appropriate) TinyOS 2 platforms and TOSSIM,
- to align the MAC interfaces with the next-higher layers in TinyOS 2 (AM, prospective ZigBee NWK, 6lowPAN),
- to provide mechanism to integrate enhancements / variants / add-ons to the MAC protocol (e.g. QoS, traffic differentiation mechanisms, frequency agility and coexistence)
A good starting point to learn about the code is looking at file tinyos-main/tos/lib/mac/tkn154/README.txt in the tinyos-main repository
Relevant TinyOS Enhancement Proposals (TEPs)
Additional Materials
Additional WG materials can be found at an external wiki page.