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

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -