SNMPLite
SNMPLite is iOS Framework, current perform SNMP v2 get commands only.
Installation
From CocoaPods
CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like SNMPLite
in your projects. First, add the following line to your Podfile:
pod 'SNMPLite'
Usage
(see sample Xcode project in SNMPLiteDemo)
[[SNMPLiteManager shared] getOid:@"1.3.6.1.2.1.25.3.2.1.3.1" address:@"104.236.166.95" retry:3 timeout:1000 completeHandler:^(NSDictionary *result) {
}];
License
SNMPLite
is distributed under the terms and conditions of the MIT license.