snmp - TLV encoding and Decoding -
i'm new tlv encoding format. please provide pointers how encode , decode snmp pdu's in tlv. have requirement decode tlv encoded smspdu , i'm lost start.
snmp uses asn.1 ber encode/decode pdus,
http://en.wikipedia.org/wiki/type-length-value
http://en.wikipedia.org/wiki/basic_encoding_rules#ber_encoding
thus, learn algorithm can refer wikipedia. can started.
snmp has own tags basic types, can find related books , articles. nothing more reliable source code of famous open source projects in area, such net-snmp
Comments
Post a Comment