contiki/core
adamdunkels be846d8c90 A new experimental network primitive called an 'announcement'. An
announcement is an (ID, value) tuple that is disseminated to local
area neighbors. An application or protocol can explicitly listen to
announcements from neighbors. When an announcement is heard, a
callback is invoked.

Announcements can be used for a variety of network mechanisms such as
neighbor discovery, node-level service discovery, or routing metric
dissemination.

Application programs and protocols register announcements with the
announcement module. An announcement back-end, implemented by the
system, takes care of sending out announcements over the radio, as
well as collecting announcements heard from neighbors.
2009-02-05 19:32:01 +00:00
..
cfs Use the right type for pages in the directory cache. This makes the 2009-02-03 16:21:53 +00:00
ctk
dev
lib added experimental checkpointing functionality: 2009-02-04 17:49:15 +00:00
loader elfloader executing loaded programs from ram (not rom) by default on msp430 platforms. 2009-01-15 09:04:04 +00:00
net A new experimental network primitive called an 'announcement'. An 2009-02-05 19:32:01 +00:00
sys Reverted the timer_expired() back to the previous version (which should be correct). Removed the definition of CLOCK_LT() because it seems to only cause problems. 2009-01-24 15:20:11 +00:00
contiki-lib.h
contiki-net.h
contiki-version.h
contiki.h