joescii / snmp4s

Idiomatic type-safe Scala DSL for SNMP
23 stars 12 forks source link

SNMPv3 support #7

Open tzeman77 opened 3 years ago

tzeman77 commented 3 years ago

snmp4s currently supports only SNMP v1 and v2c. With the more widespread deployment of SNMP v3 it would be great if snmp4s supports it as well.

I can provide implementation for this CR.