hallidave / ruby-snmp

A Ruby implementation of SNMP (the Simple Network Management Protocol).
MIT License
146 stars 63 forks source link

SNMP::Manager get => raw octet-string #13

Closed takz1977 closed 6 years ago

takz1977 commented 12 years ago

Hi, in my case,I'm use manager.get("some oid for return a octet-string") got result is ValueDecoderMap.

look like decode to integer. but my octet-string have mix of some integer and ascii.

so, how I get just raw octet-string?

ps.

takz.

hallidave commented 6 years ago

Closing old issues