For developing Net-snmp sub agent(dll/so) what are the libraries to link.

2005-06-19 Thread mahua dutta
For developing Net- snmp subagent what are the libraries to link. I saw some sample expamples, which are using the following api's. I have listed few of them. netsnmp_set_request_error(), netsnmp_request_get_list_data(), snmp_log() ,snmp_alarm_register(), snmp_set_var_typed_value() e   These api's

Re: who can give me a sample code of set&get a string?

2005-06-19 Thread flyeagers
Thank you. On 6/18/05, Robert Story <[EMAIL PROTECTED]> wrote: > On Thu, 16 Jun 2005 17:18:28 +0800 flyeagers wrote: > F> I want a sample code of set&get a string. I wrote the code but it's > F> not right. So I want to see the sample code to learn. thanks > > see apps/snmpget.c and apps/snmpset.c