contiki-process

Contiki BR not executing tcp_ip event,, does'nt goes after PROCESS_YIELD

浪尽此生 提交于 2019-12-11 07:31:43
问题 I'm trying to implement ECC in 6LoWPAN border router. I'm using contiki Wismote motes for all udp_sender.c as sender and the Border router (border_router.c) needs to receive some messages and also reply ECC keys. I have disabled the default server (WITH_WEBSERVER=0) in makefile and enabled debug_print. udp_sender.c sends messages correctly but the border router doesn't receive messages. Nothing executes after PROCESS_YIELD in border_router.c while(1) { PROCESS_YIELD(); **//Nothing executes