Page 2 of 2

Posted: Mon Feb 09, 2009 10:55 am
by Michael Vogel
blueznl wrote:Bringing up something old (and assuming herr Vogel is still around :-)) did you fix the issue with hex vs. octal?

Oij, I'm still here :roll:

But in fact, I do not remember if I was able to solve that, maybe you can have a look at my VPing tool, which uses the SNMP functions from this project.
Iff you have two devices showing theese string types (within the system information), just enter their IP addresses and community name into the ini file and start the program. Hopefully you can see the information as popups when moving the mouse cursor over their IP addresses...

I will have a look at my codes as soon as possible, hopefully I made enough remarks to understand it :D

Michael

Posted: Mon Feb 09, 2009 11:07 am
by blueznl
:-)

Okay.

Posted: Wed Feb 11, 2009 8:25 pm
by Michael Vogel
Hi, blueznl,

I had a look at my codes, but it doesn't look that good - seems to be that I did a brute force converting (for "<xx><xx>..." like strings) at the beginning, but removed that code in later versions, maybe I'll have some more time next week to check some other code snippets I wrote...

It would also be nice to write a SNMP code for answering to SNMP get packets -- this would allow to see how some SNMP tools work;)

Michael