36 #include "contiki-net.h"
39 #include "lib/config.h"
40 #include "net/ethernet-drv.h"
43 #define CTK_PROCESS &ctk_process,
49 #define RESOLV_PROCESS &resolv_process,
51 #define RESOLV_PROCESS
54 PROCINIT(&etimer_process,
63 struct ethernet_config *ethernet_config;
66 bordercolor(BORDERCOLOR);
72 ethernet_config = config_read(
"contiki.cfg");
75 static struct ethernet_config config = {0xD500,
"cs8900a.eth"};
90 ethernet_config = &config;
96 process_start((
struct process *)ðernet_process, (
char *)ethernet_config);
98 autostart_start(autostart_processes);
100 log_message(
"Contiki up and running ...",
"");