Contiki-SNMP for v 2.6?

时间:2014-03-03 07:26:04

标签: contiki

我正在使用TelosB的主题,需要使用contiki实现SNMP。我在https://github.com/sehgalanuj/contiki-snmp/

找到了ContikiSNMP

它被列为2.5,它不与COntiki-2.6一起使用。我尝试使用Cooja模拟ContikiSNMP文件夹中的示例程序。但我遇到了错误。有办法解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

我有同样的问题,但我可以使用minimal-net motes进行编译,例如,我正在尝试使用sky motes进行编译,如下所示:

./../core/dev/sht11.c:242:3: error: ‘P1DIR’ undeclared (first use in this function)
../../core/dev/sht11.c: In function ‘scmd’:
../../core/dev/sht11.c:266:9: error: ‘P1IN’ undeclared (first use in this function)
../../core/dev/sht11.c:288:5: warning: implicit declaration of function ‘clock_wait’ [-Wimplicit-function-declaration]
make[1]: *** [obj_sky/sht11.o] Error 1
make[1]: Leaving directory `/home/user/contiki-snmp/examples/snmpd-sky'
make: *** [all] Error 2
user@instant-contiki:~/contiki-snmp/examples/snmpd-sky$ 

我使用contiki 2.7

谢谢,