pycrc is an easy to use CRC (cyclic redundancy check) calculator and C source code generator. The generated source code can be optimized for simplicity, speed or space. pycrc contains a long parameter list of common CRC models.
The program is self contained and does not require installation. Apart from a python installation, it does not require other libraries to be installed.
Features
- Git Repository: https://github.com/tpircher/pycrc
License
MIT LicenseOther Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Really great!!
-
Pycrc works perfectly.
-
Extremely useful, especially if you want to use a non-standard model or polygon. Non-standard polygons often have much better performance especially if you have a fixed message length. See "Cyclic Redundancy Code (CRC) Polynomial Selection For Embedded Networks" by Philip Koopman & Tridib Chakravarty and the other papers they reference