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

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

README

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

INSTALLATION

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