Menu

pycrc / News: Recent posts

pycrc 0.5 released

I'm glad to announce version 0.5 of pycrc.

This release includes minor fixes and corrections. No new features are added.
Please check the ChangeLog file for a detailled list of changes.

Posted by Thomas Pircher 2007-03-25

pycrc 0.4 released

New parameter sets. pycrc handles now the following models: crc-8, crc-16, citt, kermit, x-25, xmodem, zmodem, crc-32, crc-32c, posix, jam, xfer.
Added option to calculate the checksum from a file.
The generated C source is now documented in a in a Doxygen-style format.
Promoted the program to Production/Stable state.

Posted by Thomas Pircher 2007-01-26

pycrc 0.3 released

Version 0.3 has been released.

pycrc is a simple general-purpose tool to work with Cyclic Redundancy Checks (CRC).
It provides a reference model in Python and a source code generator for C. The used CRC variant can be chosen from a fast but space-consuming implementation to slower but smaller implementations suitable especially for embedded applications.

Posted by Thomas Pircher 2007-01-15