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

semlanik 5e4f34baa2 Update 'README' il y a 5 ans
cmake 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. il y a 9 ans
.gitignore e8c3d87229 Update portable endian il y a 10 ans
CMakeLists.txt 61262b4123 Fix invalid installation rule il y a 9 ans
LICENSE 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. il y a 9 ans
README 5e4f34baa2 Update 'README' il y a 5 ans
portable_endian.h d6c34c80b9 Update Doxyconf il y a 9 ans
ubx.c 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. il y a 9 ans
ubx.h c12a699e24 Fix include filenames il y a 10 ans
ubxaid.h eecdfb6cec Update headers to support vcc. il y a 9 ans
ubxcfg.h 85705bbb09 Fix issues in protocol implementation il y a 9 ans
ubxlog.h eecdfb6cec Update headers to support vcc. il y a 9 ans
ubxmessage.h 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. il y a 9 ans
ubxmon.h eecdfb6cec Update headers to support vcc. il y a 9 ans
ubxproto.doxyconf d6c34c80b9 Update Doxyconf il y a 9 ans
ubxrxm.h eecdfb6cec Update headers to support vcc. il y a 9 ans
ubxutils.h ad682b791a Rename clearBuffer method il y a 9 ans

README

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

INSTALLATION

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