getviswa
getviswa

Reputation: 41

SNMP access via c,c++ or Java

I have printer HP LaserJet P2015 Series configured in the lan and i have enabled the snmp access in the printer.

Need a way to get output for snmp-mib's ? via c , c++ or java

Upvotes: 1

Views: 400

Answers (1)

Brandon E Taylor
Brandon E Taylor

Reputation: 25359

For Java, take a look at the snmp4j project.

For C, take a look at the Net-SNMP project.

Both projects are open source and provide SNMP client APIs.

Upvotes: 1

Related Questions