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

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

README

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

INSTALLATION

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