我对Contiki很陌生,并且使用Contiki3.0。有谁能在以下几点上帮助我:
发布于 2018-01-23 14:38:28
这应该能起作用:
#undef RPL_CONF_MOP
#define RPL_CONF_MOP RPL_MOP_NON_STORING /* Mode of operation*/
#undef UIP_CONF_MAX_ROUTES
#define UIP_CONF_MAX_ROUTES 0 /* Optional, but helps to save memory - no need for routes in the non-storing mode */如果由于任何原因不能工作,请留下注释。
https://stackoverflow.com/questions/48328320
复制相似问题