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

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

README

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

INSTALLATION

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