Thread: simple snmp console application.

  1. #1
    Registered User
    Join Date
    Jun 2009
    Posts
    2

    simple snmp console application.

    I need to write a simple snmp get application that gets info from a device based on 4 different OID's and then stores them in a file. txt file is fine. logging every 10 mins or so. The core application and structure is simple, but i cannot find any documentation as to how to set ut a simple snmpget using c++

    I have found a lot of info on the subject on the net but al of it seems to be far to complex for my needs. and also far above my programming skills. I have looked at using snmp-net and doing somthing like system("snmpget -c public 10.0.0.1 sysDescr.0") but it gives me limited options in how to log the info. Especialy since in face two i have to get some GPS data into the mix aswell.

    For now any pointers on how i can go about doing this would be great. I dont mind just some pointers, and i can do the legwork. But most of the stuff i find googeling the subject is way overkill. Ohh the application has to run on a Win XP boks.

    Never mind i got it now.

    Regards
    Chris
    norway
    Last edited by csteinsv; 06-02-2009 at 01:39 PM. Reason: Solved

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Saving a Console Application!!
    By ekweb in forum C++ Programming
    Replies: 10
    Last Post: 01-29-2006, 05:40 PM
  2. Problems with a simple console game
    By DZeek in forum C++ Programming
    Replies: 9
    Last Post: 03-06-2005, 02:02 PM
  3. Simple Win32 console app using 99% of CPU?
    By c_olin3404 in forum C++ Programming
    Replies: 5
    Last Post: 02-17-2005, 03:04 PM
  4. Console Application
    By Mont_Blanc in forum C++ Programming
    Replies: 3
    Last Post: 04-17-2004, 03:07 AM
  5. Simple GUI for console app (How?)
    By Bill 101 in forum C Programming
    Replies: 3
    Last Post: 11-15-2002, 03:16 PM

Tags for this Thread