Snmp Get

Just starting out? Need help? Post your questions and find answers here.
User avatar
Michael Vogel
Addict
Addict
Posts: 2807
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Post 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
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

:-)

Okay.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
Michael Vogel
Addict
Addict
Posts: 2807
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Post 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
Post Reply