Closed Jimcodom closed 5 years ago
Hi, there is a working example for an ESP32 here: https://github.com/fusionps/Arduino_SNMP/blob/master/examples/ESP32_SNMP/ESP32_SNMP.ino Let me know if you have any issues getting it working.
Aidan,
Thanks so much !!
I will get it a try…
jim
From: Aidan Cyr notifications@github.com Reply-To: fusionps/Arduino_SNMP reply@reply.github.com Date: Monday, September 10, 2018 at 4:45 AM To: fusionps/Arduino_SNMP Arduino_SNMP@noreply.github.com Cc: "jimcodom@gmail.com" jimcodom@gmail.com, Author author@noreply.github.com Subject: Re: [fusionps/Arduino_SNMP] Snmp agent working example (#5)
Hi, there is a working example for an ESP32 here: https://github.com/fusionps/Arduino_SNMP/blob/master/examples/ESP32_SNMP/ESP32_SNMP.ino Let me know if you have any issues getting it working.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Aidan,
Does the library support multiple OID’s so I can store multiple data value types? Temp Location 1, Temp Location 2, Alarm 1, etc…?
jim
From: Aidan Cyr notifications@github.com Reply-To: fusionps/Arduino_SNMP reply@reply.github.com Date: Monday, September 10, 2018 at 4:45 AM To: fusionps/Arduino_SNMP Arduino_SNMP@noreply.github.com Cc: "jimcodom@gmail.com" jimcodom@gmail.com, Author author@noreply.github.com Subject: Re: [fusionps/Arduino_SNMP] Snmp agent working example (#5)
Hi, there is a working example for an ESP32 here: https://github.com/fusionps/Arduino_SNMP/blob/master/examples/ESP32_SNMP/ESP32_SNMP.ino Let me know if you have any issues getting it working.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hey, sorry for the late reply. Yes you can add multiple handlers of different types to respond to many different OIDs.
Can you advise if your agent is working on the esp32 ? I want to build a simple snmp agent that can be polled via snmp from solar winds with a few sensors and found your GitHub code. Do you have any working snmp agent examples that would support my project?
Any help or advise would be greatly appreciated!