Operating System - OpenVMS
1752781 Members
5756 Online
108789 Solutions
New Discussion юеВ

Re: SNMP Client application in C

 
SOLVED
Go to solution
Antoni Sawicki
Occasional Advisor

SNMP Client application in C

Hi,

I need to port a small SNMP client application originally written for Unix NET-SNMP and Win32 MGMTAPI. The application does just few simple queries to a remote agent and returns the results.

I'm looking for some examples / help how to write eSNMP client app, similar to TCPIP$SNMP_REQUEST.EXE. The HP SNMP Programmers doc is only helpfull for writting sub-agents.

Thanks,
Antoni
2 REPLIES 2
Ian Miller.
Honored Contributor
Solution

Re: SNMP Client application in C

does this help?
http://h18000.www1.hp.com/support/asktima/communications/009B5362-5D9438CF-1C0186.html
____________________
Purely Personal Opinion
Antoni Sawicki
Occasional Advisor

Re: SNMP Client application in C

I was hoping to do it through a library rather than sockets directly, but that's good enough. Thanks for help!