Pure Python CRC library
-
Updated
Feb 1, 2025 - Python
Pure Python CRC library
Generator for CRC HDL code (VHDL, Verilog, MyHDL)
CAO/COA Algorithms
Simple Python CRC implementation for playing around with cyclic redundancy checks
Arbitrary-precision CRC calculator in Python
TCP/UDP protocol performance with Python in Raspberry Pi 4 via Ethernet
A cyclic redundancy check is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data. Blocks of data entering these systems get a short check value attached, based on the remainder of a polynomial division of their contents.
Add a description, image, and links to the crc-calculation topic page so that developers can more easily learn about it.
To associate your repository with the crc-calculation topic, visit your repo's landing page and select "manage topics."