Difference between revisions of "Collect-view Code Details"
From Contiki
(→Source Codes) |
(→Source Codes) |
||
Line 15: | Line 15: | ||
~/contiki-2.7/core/net/rime/collect.c | ~/contiki-2.7/core/net/rime/collect.c | ||
+ | |||
~/contiki-2.7/core/net/rime/collect.h | ~/contiki-2.7/core/net/rime/collect.h | ||
+ | |||
~/contiki-2.7/core/net/rime/collect-neighbor.c | ~/contiki-2.7/core/net/rime/collect-neighbor.c | ||
+ | |||
~/contiki-2.7/core/net/rime/collect-neighbor.c | ~/contiki-2.7/core/net/rime/collect-neighbor.c | ||
+ | |||
~/contiki-2.7/apps/collect-view/ | ~/contiki-2.7/apps/collect-view/ | ||
== Description == | == Description == |
Revision as of 14:56, 4 November 2014
Introduction
This tutorial covers the main features of Collect-view Protocol (CTP) available on ContikiOS 2.7. There are many different section of CTP codes that are distributed over different folders. In this tutorial we will cover the codes and their interdependence in brief details.
You will learn
Through this tutorial you will learn about different code components of CTP. This will help you in any projects that require deep understanding of the code or need modification of some portion of the code.
Source Codes
~/contiki-2.7/core/net/rime/collect.c
~/contiki-2.7/core/net/rime/collect.h
~/contiki-2.7/core/net/rime/collect-neighbor.c
~/contiki-2.7/core/net/rime/collect-neighbor.c
~/contiki-2.7/apps/collect-view/