The library is a simple connection with the OS APIs, the BLE stack should be standard but often has different behaviors based on the device used, the operating system and the BLE chip it connects to. Before opening an issue verify that the problem is really the library.
Ali is a simple to use C API to parse XML data. It's scanf like approach is much easier than using SAX or DOM. A tutorial, complete reference documentation, and code examples are all available.
This is an Android version of SNMP based on opensource NET-SNMP project at http://www.net-snmp.org.
Here are quick start steps to use the snmp library in your android application:
1. create your application in the Eclipse
2. unzip the tar file which contains libsnmpsdkjni.so for armeabi, armeabi-v7a, mips and x86 platforms as well as snmpsdk.jar
3. copy those folders and snmpsdk.jar file to libs folder under your Android project folder.
4. load the library in onCreate() via function...