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

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

README

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

INSTALLATION

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