osd-contiki/doc/examples.txt
oliverschmidt 080ecc5488 Changed packet drivers from services to plain processes.
Now tcpip_output() is a function pointer that is supposed to be set via the macro tcpip_set_outputfunc(). Packet drivers do so on process startup.

Thus if there are several packet drivers in a Contiki system the one started last is the one actually used. This behaviour is especially useful for the 'IP forwarding' "meta" packet driver.
2007-05-21 22:29:13 +00:00

15 lines
424 B
Plaintext

/** \example example-program.c */
/** \example example-pollhandler.c */
/** \example example-list.c */
/** \example example-packet-drv.c */
/** \example example-psock-server.c */
/** \example test-abc.c */
/** \example test-meshroute.c */
/** \example test-rudolph0.c */
/** \example test-rudolph1.c */
/** \example test-treeroute.c */
/** \example test-trickle.c */
/** \example test-uabc.c */
/** \example test-uibc.c */