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

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

README

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

INSTALLATION

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