kopia lustrzana https://github.com/Hamlib/Hamlib
![]() Android makefile fragments are distributed as extra distribution files by the GNU build system but are otherwise ignored. The Android build support is independent and does not rely on the GNU build system. See android/README.android for more info. Signed-off-by: Nate Bargmann <n0nb@n0nb.us> |
||
---|---|---|
.. | ||
Makefile.am | ||
README.android | ||
config.h | ||
hamlib-compile | ||
ltdl.c | ||
ltdl.h |
README.android
This is android port of hamlib (C) 2012 Ladislav Vaiz <ok1zia@nagano.cz> Notes: * use hamlib-compile script to build hamlib for android * script deletes file include/config.h, it conflicts with android/config.h * android port implements ltdl interface and calls dlfcn functions directly * RPC is not present on android * ARS backend is compiled without pthreads because of deprecated pthread_cancel * I don'k know how to connect to real radio: ** Bluetooth API is available only under Java, not from native code ** FTDI USB to serial converter driver is not included in standard kernel. It should work on rooted device. ** But NET rigctl works fine * Backends are named libhamlib-vendor.so, I don't know how to include libraries without lib prefix into APK Happy hacking 73 Lada, OK1ZIA