jonnystorm / snmp-elixir

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

GenServerize SNMP module, adding Supervisor #32

Closed TomHoenderdos closed 5 years ago

TomHoenderdos commented 5 years ago

I have added a supervisor and changed the SNMP module into a GenServer. This way my own application can supervise the SNMP tree. Please let me know if you have any points i should change :)

I also updated the readme and ran the new elixir formatter to format all the code nicely!

jonnystorm commented 5 years ago

Merged! :D

Thank you for making snmp-elixir better!