> Right now, I have access to a pipe, that I can shoot commands down to the
> low level code.  This keeps me from having to link the net-snmp stuff into
> the main application.  What I would like to do is write an interface which
> uses this pipe.  

What sort of traffic is passed over the pipe?
Is it used to retrieve the underlying data?
  In which case Mack's approach of using "mib2c" to develop
  a local MIB handler which uses this information is the most
  sensible one.

Or is it used to pass the SNMP requests (in some form) down to
  the lower level backend?
  In which case, you're probably looking at writing a MIB handler
  to translate between the Net-SNMP MIB API, and the protocol used
  over this pipe.

In the latter case, you'd need to think about how this handles:
        a)  GET     requests
        b)  GETNEXT requests
        c)  SET     requests
                (esp. dealing with failures)

It's a bit difficult to offer any more detailed advice, without
knowing a bit more about how things currently work.

Dave

PS: Please - no HTML mail.  Thanks



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to