Hi,
I need to work with SNMP and am used to go's nice Marshel/Unmarshal code for protobufs, json etc.
I am using gosmi to parse MIBs and gosnmp to send and receive SNMP PDUs, but has anyone tied these together with some reflection to create a clean go marshal and unmarshal for SNMP tables?
Currently I am doing this by hand for each table I need, which works, but it is all rather painful.
Surely there is a better way?
-Steve