UBX protocol implementation based on C language for u-blox © GNSS chips

Alexey Edelev 108a26c83c Add CFG_GEOFENCE 5 vuotta sitten
cmake 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. 10 vuotta sitten
.gitignore e8c3d87229 Update portable endian 10 vuotta sitten
CMakeLists.txt 61262b4123 Fix invalid installation rule 10 vuotta sitten
LICENSE 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. 10 vuotta sitten
README 5e4f34baa2 Update 'README' 6 vuotta sitten
portable_endian.h d6c34c80b9 Update Doxyconf 10 vuotta sitten
ubx.c 108a26c83c Add CFG_GEOFENCE 5 vuotta sitten
ubx.h c12a699e24 Fix include filenames 11 vuotta sitten
ubxaid.h 8adbfb6763 Begin integration of new protocols 5 vuotta sitten
ubxcfg.h 108a26c83c Add CFG_GEOFENCE 5 vuotta sitten
ubxlog.h 8adbfb6763 Begin integration of new protocols 5 vuotta sitten
ubxmessage.h 108a26c83c Add CFG_GEOFENCE 5 vuotta sitten
ubxmon.h eecdfb6cec Update headers to support vcc. 10 vuotta sitten
ubxproto.doxyconf d6c34c80b9 Update Doxyconf 10 vuotta sitten
ubxrxm.h 8adbfb6763 Begin integration of new protocols 5 vuotta sitten
ubxutils.h ad682b791a Rename clearBuffer method 10 vuotta sitten

README

UBX protocol implementation based on C language for u-blox © GNSS chips

INSTALLATION

mkdir build
cd build
cmake ../
make
sudo make install