Protocols stack

From Contiki
Revision as of 18:51, 5 February 2014 by Pedro (Talk | contribs) (Created page with "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''' * ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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