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

Alexey Edelev 0e4128d7c0 Add CFG_PMS %!s(int64=5) %!d(string=hai) anos
cmake 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. %!s(int64=10) %!d(string=hai) anos
.gitignore e8c3d87229 Update portable endian %!s(int64=10) %!d(string=hai) anos
CMakeLists.txt 35d9450ea3 Tune build procedure %!s(int64=5) %!d(string=hai) anos
LICENSE 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. %!s(int64=10) %!d(string=hai) anos
README 5e4f34baa2 Update 'README' %!s(int64=6) %!d(string=hai) anos
portable_endian.h d6c34c80b9 Update Doxyconf %!s(int64=10) %!d(string=hai) anos
ubx.c 0e4128d7c0 Add CFG_PMS %!s(int64=5) %!d(string=hai) anos
ubx.h c12a699e24 Fix include filenames %!s(int64=10) %!d(string=hai) anos
ubxaid.h 8adbfb6763 Begin integration of new protocols %!s(int64=5) %!d(string=hai) anos
ubxcfg.h 0e4128d7c0 Add CFG_PMS %!s(int64=5) %!d(string=hai) anos
ubxlog.h 8adbfb6763 Begin integration of new protocols %!s(int64=5) %!d(string=hai) anos
ubxmessage.h 0e4128d7c0 Add CFG_PMS %!s(int64=5) %!d(string=hai) anos
ubxmon.h eecdfb6cec Update headers to support vcc. %!s(int64=10) %!d(string=hai) anos
ubxproto.doxyconf d6c34c80b9 Update Doxyconf %!s(int64=10) %!d(string=hai) anos
ubxrxm.h 8adbfb6763 Begin integration of new protocols %!s(int64=5) %!d(string=hai) anos
ubxutils.h ad682b791a Rename clearBuffer method %!s(int64=10) %!d(string=hai) anos

README

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

INSTALLATION

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