On Thu, 16 Apr 2015 09:48:31 +0200 Christian wrote:
CM> I have got some basic questions about SNMP here. A
CM> Microcontroller with a SNMP Agent is supposed to be conneted to
CM> a Manager. The Controller is connected to a Shared Memory
CM> containing sensor informations I want to access via the
CM> mananger. So my questions is how it is possible to access the
CM> data with the agent and send it to the managing device. I did
CM> some basic tutorials on SNMP and understood the basics so far.
CM> But all I found was examples with data being read from the
CM> agent, where the data is already preset in the code. Now I need
CM> to know how to acess external data when getting requests from
CM> the mananger! Some useful references to some good sources or
CM> recommendations for books maybe would be useful already

Hi Christian,

Did you ever have any luck figuring this out? If the agent is
running on the device, then you can access the shared memory
directly. If the agent doesn't have access to the shared memory,
then you need an API to retrieve the data, which can either be done
as-needed (when a request comes in) or periodically.

Hope that helps. Let me know if you have more questions.

Robert

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to