Difference between revisions of "Protocols stack"

From Contiki
Jump to: navigation, search
Line 3: Line 3:
 
__TOC__
 
__TOC__
  
Protocols stack in ContikiOS, which does not include the Application, has 5 different layers. Each layer is implemented as a driver.
+
The Contiki netstacks
 
+
* '''Network Layer - network_driver'''
+
* '''MAC Layer - mac_driver'''
+
* '''RDC Layer - rdc_driver'''
+
* '''Framer Layer - framer'''
+
* '''Radio Layer - radio_driver'''
+
  
 +
'''Three network stacks'''
 +
1. IPv6
 +
2. IPv4
 +
3. Rime
  
 +
The Contiki netstack
 +
Four Layers
 +
1. Network layer
 +
2. MAC layer
 +
3. RDC layer
 +
4. Radio layer
 +
[[File:Contikinetstack.jpg]]
  
 
[[Contiki_tutorials | Back to Contiki Tutorials]]
 
[[Contiki_tutorials | Back to Contiki Tutorials]]

Revision as of 15:51, 26 October 2014

Back to Contiki Tutorials


The Contiki netstacks

Three network stacks 1. IPv6 2. IPv4 3. Rime

The Contiki netstack Four Layers 1. Network layer 2. MAC layer 3. RDC layer 4. Radio layer File:Contikinetstack.jpg

Back to Contiki Tutorials