osd-contiki/platform/minimal-ppp
2006-08-13 15:06:08 +00:00
..
clock.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
contiki-conf.h Added defines for declaring functions/data which are part of the CCI (Contiki Core Interface) and CLI (Contiki Loadable Interface). Both defines are empty for all platforms but the upcoming Win32 port. 2006-08-13 15:06:08 +00:00
contiki-main.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
ctk-arch.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
leds-arch.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
Makefile Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
Makefile.minimal-ppp Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
ppp-arch.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
ppp_arch.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
README Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00

When ./contiki is started, it will open a pty and connect its internal pppd
daemon to it.
The host side of the pppd process will assign an IP number to the contiki
interface, that means that it is not necessary to "ping" the contiki interface
to give it a number.