00001 #include <avr/eeprom.h> 00002 00003 /* Link layer ipv6 address will become fe80::11:22ff:fe33:4455 */ 00004 uint8_t mac_address[8] EEMEM = {0x02, 0x11, 0x22, 0xff, 0xfe, 0x33, 0x44, 0x55}; 00005 uint8_t server_name[16] EEMEM = "Contiki-Raven"; 00006 uint8_t domain_name[30] EEMEM = "localhost"; 00007