jonnystorm / snmp-elixir

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

Add support for OTP >= 23 #56

Closed francois2metz closed 1 year ago

francois2metz commented 1 year ago

OTP 23 has deprecated a number of functions of the snmpm: https://www.erlang.org/docs/23/general_info/deprecations.html#functions-deprecated-in-otp-23 I added a small compatibility layer to be able to call the correct function.

jonnystorm commented 1 year ago

@francois2metz Thanks so much for contributing!