objective c - SNMP Library for iPhone -
are there open source libraries doing snmp get/sets using objective c/cocoa touch (for iphone)?
although there no snmp implementations in objective-c (that aware of). there in c & c++.
i've had success @ using snmp++v2.8a. drop .h
, .cpp
files required static libsnmp++.a x-code iphone project. , make necessary tweaks build. had add: "-d_xpg4_extended -dgcc -dlinux"
project settings 'other c++ flags', , make changes files. file using c++ objects from, rename .m .mm, tell x-code file contains mixture of objective-c , c++.
Comments
Post a Comment