Click here to Skip to main content
15,921,837 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good morning,

I am working on project in C language and using the SNMPv3 protocol.
To resume the project, there is a server and a client. The server send commands via SNMPv3 and the client, where my application is running, execute a specific code according to each command. After the client have to send an INFORM message to the server to acknowledge the process.
Actually, I have a problem in this part. I searching a way to execute and send an INFORM request via my application in language C, something like "execlp" but I don't know how to do or if it is possible to do. By the way I use the library NetSnmp and the application runs on windows XP embedded.

Thanks in advance for any help.
Posted
Updated 13-Jan-11 4:38am
v2

1 solution

As you can see from TUT:snmptrap[^], it's similar to traps, but acknowledged - i.e. resend if no response

Google it[^] and you'll have several options.

Regards
Espen Harlinn
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900