https://github.com/semlanik/ubxproto
UBX protocol implementation based on C language for u-blox© GNSS chips
https://github.com/semlanik/ubxproto
Last synced: 6 months ago
JSON representation
UBX protocol implementation based on C language for u-blox© GNSS chips
- Host: GitHub
- URL: https://github.com/semlanik/ubxproto
- Owner: semlanik
- License: lgpl-3.0
- Created: 2016-02-21T05:24:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T18:19:59.000Z (over 6 years ago)
- Last Synced: 2025-03-27T22:11:09.400Z (7 months ago)
- Language: C
- Size: 284 KB
- Stars: 22
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
UBX protocol implementation based on C language for u-blox © GNSS chips
INSTALLATION
mkdir build
cd build
cmake ../
make
sudo make install