On Fri, Aug 5, 2011 at 9:14 AM, jatinder goswami wrote:
> I have a requirement to run SNMP Agent as a thread in my application (The
> application in running on Linux based embedded system).
>
> Following are the changes I have done for same:
> 1. Modified main() function in a
Hi All,
I have a requirement to run SNMP Agent as a thread in my application (The
application in running on Linux based embedded system).
Following are the changes I have done for same:
1. Modified main() function in agent/snmpd.c to snmpd_main().
2. Compile snmpd.c as a shared library which is
Good day all,
I am developing a multi-service suite, and one of the services is SNMP. All the
services run as threads in the program, hence I wanted SNMP agent to run as one
of those threads. Is there a way to run a netsnmp agent as a thread on Windows?
Anybody done something similar to this?
Wes> The agent doesn't work in a threaded environment at this point.
Manuel> Is this blanket statement really correct? From the documentation I
Manuel> gathered that running multiple agent threads is problematic but
Manuel> running the whole agent as a single thread may not be?
Yes - that should
; On Wed, 21 Jul 2004 13:53:57 -0400, "Reitberger, Susan" <[EMAIL PROTECTED]>
> >>>>> said:
>
> Susan> I am trying to start the snmp agent as a thread under another
> Susan> application. Has anyone done this before? What function do I
> Susa
From: "Wes Hardaker" <[EMAIL PROTECTED]>
> >>>>> On Wed, 21 Jul 2004 13:53:57 -0400, "Reitberger, Susan"
<[EMAIL PROTECTED]> said:
>
> Susan> I am trying to start the snmp agent as a thread under another
> Susan> application.
>>>>> On Wed, 21 Jul 2004 13:53:57 -0400, "Reitberger, Susan" <[EMAIL PROTECTED]> said:
Susan> I am trying to start the snmp agent as a thread under another
Susan> application. Has anyone done this before? What function do I
Susan> tell the thread to ru
Title: Snmp Agent as a thread
I am trying to start the snmp agent as a thread under another application. Has anyone done this before? What function do I tell the thread to run?
Also, I have been using dlmod to add my own mib module into the agent, will this still work when I start the agent