The aim of this repository to port the SparkFun_u-blox_GNSS_Arduino_Library to linux platform.
- git clone https://github.com/balamuruganky/Ublox_Linux_Library
- cd Ublox_Linux_Library
- git submodule update --init
- cd linux_build
- mkdir build
- cd build
- cmake ..
- make
- cd android_build
- ndk-build -j2 NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk
- cd ../bin (Assuming the current directorty is build directory, created above)
- ./ublox_f9p_test /dev/ttyACM0
- ./ublox_f9p_i2c_test /dev/ublox_i2c 0x42 (or without command line arguments)
This repository consists files from different other repositories such as Arduino and SparkFun_u-blox_GNSS_Arduino_Library. Please consider the licenses according to the files where it is from.
Feel free to port the examples from Sparkfun_Ublox_Arduino_Library to linux.
Port some important examples from Arduino to Linux