jonnystorm / snmp-elixir

An SNMP client library for Elixir
Mozilla Public License 2.0
33 stars 12 forks source link

Fix SNMPv2 support #59

Closed n-epifanov closed 1 month ago

n-epifanov commented 1 month ago

SNMPv2 device would not reply to discovery and warm-up requests leading to timeouts. Those are supported by SNMPv3 only anyway. Original request would take ~9 seconds due to this. I've fixed some compiler warnings along the way.

jonnystorm commented 1 month ago

Merged! Thank you so much for contributing, @n-epifanov!

n-epifanov commented 1 month ago

Thanks for a nice library :D