RE: Building snmpdemoapp error

2015-07-15 Thread Chetcuti, Christian
It was a problem with the linking of libraries.. Thanks I have managed to solve it by linking all libraries.. 18 errors have now been reduced to 5.. Has anyone of you encountered these errors please? I am using MinGW for the gcc compiler, Windows 7 -32bit and Net-SNMPv5.5 Regards, Chris Desc

Re: Building snmpdemoapp error

2015-07-15 Thread Robert Story
On Wed, 15 Jul 2015 07:52:58 + Christian wrote: CC> I am using MinGW for the gcc compiler, Windows 7 -32bit and CC> Net-SNMPv5.5 CC> [...] CC> expected '=', ',', ';', 'asm' or '__attribute__' before CC> 'uint64_t' snmpdemoapp line 1557, external CC> location: C:\usr\include\net

Re: Need some Help to understand get_first and get_next methos calls.

2015-07-15 Thread Robert Story
On Wed, 15 Jul 2015 06:32:03 + Sofiya Parvin (Sofiya Parvin) wrote: SSP> Yes we are using Table Iterator helper to sort the data. SSP> SSP> Is any other Integrator is there to quick sort. The table_data helper uses sorted containers (and was written by the same person as the iterator helper,

Re: Snmp v3 traps not recieved by application

2015-07-15 Thread Robert Story
On Fri, 29 May 2015 16:14:17 +0530 Ajit wrote: AA> I have a application in C which receives snmp traps. There is a AA> issue with v3 traps. Although I have done the necessary setup. AA> I am able to receive v3 traps using the command "snmptrapd -Lo AA> -n -f". But when I run my application , no tra

Re: Snmp v3 traps not recieved by application

2015-07-15 Thread Ajit Ambekar
Hi Robert, I used init_snmp("snmptrapd") and gave the engineIDs in this file of those devices which are send me the traps. This is working for me. But the problem is, first I need to manually enter the engineID for every new device in the config file (snmptrapd.conf) I will see the set_persistent