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

semlanik 727625a784 Fix build if doxygen is unavailable in system 10 سال پیش
cmake 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. 10 سال پیش
.gitignore e8c3d87229 Update portable endian 11 سال پیش
CMakeLists.txt 727625a784 Fix build if doxygen is unavailable in system 10 سال پیش
LICENSE 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. 10 سال پیش
README 0486244531 Fix Readme according new build procedure 10 سال پیش
portable_endian.h d6c34c80b9 Update Doxyconf 11 سال پیش
ubx.c 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. 10 سال پیش
ubx.h c12a699e24 Fix include filenames 11 سال پیش
ubxaid.h eecdfb6cec Update headers to support vcc. 11 سال پیش
ubxcfg.h 85705bbb09 Fix issues in protocol implementation 11 سال پیش
ubxlog.h eecdfb6cec Update headers to support vcc. 11 سال پیش
ubxmessage.h 50d29911c7 Create cmake procedure for ubxproto. Remove old one qmake based. 10 سال پیش
ubxmon.h eecdfb6cec Update headers to support vcc. 11 سال پیش
ubxproto.doxyconf d6c34c80b9 Update Doxyconf 11 سال پیش
ubxrxm.h eecdfb6cec Update headers to support vcc. 11 سال پیش
ubxutils.h ad682b791a Rename clearBuffer method 11 سال پیش

README

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

INSTALLATION

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