add snmpv3 support

This commit is contained in:
Ian Gulliver
2025-11-29 21:16:58 -08:00
parent bf3cb600ad
commit c780fba93c
4 changed files with 299 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ func (t *Tendrils) Run() {
defer cancel()
go t.pollARP(ctx)
go t.pollSNMP(ctx)
ticker := time.NewTicker(1 * time.Second)
defer ticker.Stop()