On 29/09/2007, Yuriy Coureelo <[EMAIL PROTECTED]> wrote:
> Running some OS with TCP/IP stack at microcontroller's side is really
> quite heavy decision in this application. Standing on mentioned above
> replies I have another solution:
>  - during system start-up it is necessary to collect information about
>    device's MIB tree, using some simple protocol
>  - before starting subagent on the PowerPC processor, construct
>    corresponding MIB structure
>  - register subagent, passing pointer to the MIB array
> And than you can communicate with the device using own protocol,
> as advised above.

Bear in mind that the data held by the subagent does not have to
follow the same structure as implied by the MIB.   As long as all
the relevant data is available, and incoming SNMP (or AgentX)
requests can be mapped into your local representation, you can
hold this data in whatever way is most convenient for you.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to