KoynovStas / QCRC_Calc

CRC Calculator on Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRC Calculator on Qt

Version

Description

CRC Calculator on Qt based of uCRC_t C++ class for calculation CRC sizes(width) 1-64 bits.

Features

  • Common:

  • CRC for Hex:

    • Any word size
    • Any word separators (useful for insertion of Hex data separated by [,:;#$% ... etc])
    • Reverse words
    • Reverse all data
    • Read data from file in console mode (see cmd --hex_file)
  • CRC for Text:

  • Result:

    • Any format (Dec, Hex, Oct + any base: 2..36)
    • A convenient graphical representation of bits

Build

To build only bin (debug and release) use crc_calculator.pro:

qmake crc_calculator.pro
make

To build bin and tests use crc_calculator_and_tests.pro:

qmake crc_calculator_and_tests.pro
make

To run tests:

make check

License

BSD-3-Clause.

Copyright

Copyright (C) 2016 Koynov Stas - skojnov@yandex.ru

About

CRC Calculator on Qt

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 74.0%Language:QML 21.0%Language:QMake 4.9%