issues
search
jonnystorm
/
snmp-elixir
An SNMP client library for Elixir
Mozilla Public License 2.0
33
stars
13
forks
source link
Fix #34: GenServer SNMP.DiscoveryAgent terminating
#35
Closed
jonnystorm
closed
5 years ago
jonnystorm
commented
5 years ago
Change
SNMP
from GenServer to Application
Add
SNMP.start/2
for addition to app dependencies
Add
SNMP.DiscoveryAgent
to supervision tree
Drop
SNMP.Supervisor
module
Minor reformatting
Update dependencies
Update README
SNMP
from GenServer to ApplicationSNMP.start/2
for addition to app dependenciesSNMP.DiscoveryAgent
to supervision treeSNMP.Supervisor
module