update to use net-snmp

This commit is contained in:
2025-03-26 13:13:01 +00:00
parent 2737fca294
commit 5a13e49803
11 changed files with 404 additions and 1947 deletions

View File

@@ -45,6 +45,8 @@ export interface ISnmpConfig {
version: number;
/** Timeout in milliseconds */
timeout: number;
context?: string;
// SNMPv1/v2c
/** Community string for SNMPv1/v2c */