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

semlanik 5e4f34baa2 Update 'README' %!s(int64=5) %!d(string=hai) anos
cmake 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. %!s(int64=9) %!d(string=hai) anos
.gitignore e8c3d87229 Update portable endian %!s(int64=10) %!d(string=hai) anos
CMakeLists.txt 61262b4123 Fix invalid installation rule %!s(int64=9) %!d(string=hai) anos
LICENSE 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. %!s(int64=9) %!d(string=hai) anos
README 5e4f34baa2 Update 'README' %!s(int64=5) %!d(string=hai) anos
portable_endian.h d6c34c80b9 Update Doxyconf %!s(int64=9) %!d(string=hai) anos
ubx.c 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. %!s(int64=9) %!d(string=hai) anos
ubx.h c12a699e24 Fix include filenames %!s(int64=10) %!d(string=hai) anos
ubxaid.h eecdfb6cec Update headers to support vcc. %!s(int64=9) %!d(string=hai) anos
ubxcfg.h 85705bbb09 Fix issues in protocol implementation %!s(int64=9) %!d(string=hai) anos
ubxlog.h eecdfb6cec Update headers to support vcc. %!s(int64=9) %!d(string=hai) anos
ubxmessage.h 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. %!s(int64=9) %!d(string=hai) anos
ubxmon.h eecdfb6cec Update headers to support vcc. %!s(int64=9) %!d(string=hai) anos
ubxproto.doxyconf d6c34c80b9 Update Doxyconf %!s(int64=9) %!d(string=hai) anos
ubxrxm.h eecdfb6cec Update headers to support vcc. %!s(int64=9) %!d(string=hai) anos
ubxutils.h ad682b791a Rename clearBuffer method %!s(int64=9) %!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