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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -