Categorygithub.com/sleepinggenius2/snmpquery
modulepackage
0.1.1
Repository: https://github.com/sleepinggenius2/snmpquery.git
Documentation: pkg.go.dev

# README

snmpquery

Wrapper around gosnmp and gosmi to make SNMP queries easier

# Functions

No description provided by the author
No description provided by the author
NewV1 creates a new SNMPv1 Client.
NewV2 creates a new SNMPv2c Client.
NewV3 creates a mew SNMPv3 Client.

# Structs

Client is a snmpquery client.
Column represents a table column.
Query contains the items to query.
QueryItem contains the information for a single query item.
Row represents a table row.
No description provided by the author