Although Objective-C (what I know) does not have SNMP implementations. There are in C and C ++.
I have had success using snmp ++ v2.8a . Just drop the .h and. cpp required for static libsnmp ++. A into your iphone x-code project. And make the necessary settings to build it. I had to add: "-D_XPG4_EXTENDED -DGCC -DLINUX" to the project settings โOther C ++ flagsโ and make some changes to the files. Then, any file that you use C ++ objects from, rename from .m to .mm to tell X-Code, the file contains a mixture of Objective-C and C ++.
source share