CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

SNMPLite 1.0.4

SNMPLite 1.0.4

Maintained by Thanh Vu.



SNMPLite 1.0.4

  • By
  • Thanh Vu

SNMPLite

CocoaPods compatible 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.