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
- Host: GitHub
- URL: https://github.com/jclark/crc24q
- Owner: jclark
- License: bsd-2-clause
- Created: 2023-02-09T08:14:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T04:58:36.000Z (over 2 years ago)
- Last Synced: 2025-03-13T09:15:18.443Z (over 1 year ago)
- Topics: crc-algorithms, gps
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).