Can the K60 running MQX 4.0 support both HTTP server and SNMPv2 at the same time

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Can the K60 running MQX 4.0 support both HTTP server and SNMPv2 at the same time

1,291 次查看
terrybiberdorf
Contributor II

I'm working on a project that requires both HTTP and SNMP operation at the same time.

My current configuration is a K60D100M, I'm using Code Warrior 10.4 IDE

My tool chain is MQX 4.0 GCC build.

I have separate projects running either SNMPv2c or HTTP server but when I attempt to merge the two project together they don't seem to play nice.

My sample merged project is using the HTTP sample project to establish network connection.  My project then spins off a SNMP task.  It attempts to start but fails to complete the following API: error = SNMP_init_with_traps("SNMP", 10, 3000, my_trap_list);

From what I can tell when stepping through the code, this API does not even return.

My first general question would be: Can MQX support HTTP server operation at the same time as SNMP?

Thanks

Terry

标记 (4)
0 项奖励
回复
2 回复数

1,071 次查看
thom_nic
Contributor II

Hi Terry - were you able to resolve this issue?  Looking to do something similar.  Thanks.

0 项奖励
回复

1,071 次查看
tbiberdorf
Contributor IV

I dropped MQX and moved to FreeRTOS with Interniche stack.

Our primary reason to leaving MQX was a requirement to support SNMPv3.  MQX does not support SNMPv3.