1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/examples/ccn-lite-relay
Oleg Hahm 13028b41bf applications: set stack size correctly
The correct stack size for all examples and test applications correctly.
KERNEL_CONF_STACKSIZE_MAIN is the correct stack size for any thread
using printf.

Also adapted black lists accordingly.
2014-07-04 15:39:43 +02:00
..
main.c applications: set stack size correctly 2014-07-04 15:39:43 +02:00
Makefile s/PROJECT/APPLICATION/g 2014-05-26 13:21:09 +02:00
README.md Fix trailing whitespaces 2014-05-26 14:54:23 +02:00

This application is a showcase of the Content Centric Networking (CCN) capabilities in RIOT.

The example consists in two parts: clients and relays.

This file documents the relay functionalities.

A relay implements CCN capabilities for third party content caching, forwarding and subscription.

Upon booting up, the CCN stack is automatically started, which enables the processing of incoming CCN messages (and relaying them if necessary).