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,330件の閲覧回数
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,110件の閲覧回数
thom_nic
Contributor II

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

0 件の賞賛
返信

1,110件の閲覧回数
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.