An open API service indexing awesome lists of open source software.

https://github.com/jclark/crc24q

Go implementation of CRC-24Q checksum
https://github.com/jclark/crc24q

crc-algorithms gps

Last synced: 11 months ago
JSON representation

Go implementation of CRC-24Q checksum

Awesome Lists containing this project

README

          

This is an implementation in Go of the CRC-24Q checksum algorithm, which is used by RTCM v3.

It is partly based on the [implementation](https://gitlab.com/gpsd/gpsd/-/blob/master/gpsd/crc24q.c) in [gpsd](https://gpsd.gitlab.io/gpsd/).