Hello,

I'm trying to program a manager application with a graphical user 
interface with Qt to manage an agent on an embedded system.

I allreay found this Qt example but only the GET fonction is 
programmed:
http://sourceforge.net/projects/qt-snmp/

The manager has just to be able to send GET, SET, and to receive Trap 
and Get-response after a get or a set.

I had a look on the net-snmp /apps source code. But I don't find 
simples fonctions which would be easy to use with a graphical program 
and which would work like this for example:

snmpInitSession()

snmpGet(PDU OID)    (I've allready done this one easily inspired by the 
/apps/snmpget.c and the qt-snmp project)
snmpSet(PDU OID, Type, Value)

and some poiling fonction like this:
snmpTrapReceived();
snmpGetResponseReceived();


Is anyone know where I can find simple example or tutorial to use 
net-snmp with Qt please?

Kind regards,
Franck



------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to