Protocols stack

From Contiki
Revision as of 18:51, 5 February 2014 by Pedro (Talk | contribs)

Jump to: navigation, search

Back to Contiki Tutorials


Protocols stack in ContikiOS, which does not include the Application, has 5 different layers. Each layer is implemented as a driver.

  • Network Layer - network_driver
  • MAC Layer - mac_driver
  • RDC Layer - rdc_driver
  • Framer Layer - framer
  • Radio Layer - radio_driver


Back to Contiki Tutorials