Skip to content

sepandhaghighi/pyerror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pyerror

Error Detection Library In Python


Scrutinizer Code Quality Build Status Codacy Badge


Overview

We developed pyerror on Windows but it also run in Linux and Mac-OSX. pyerror is written in Python3, in order to run it, you will need a python interpereter. this version of library support this methods :

  • Parity-Even
  • Parity-Odd
  • Repeat
  • Hamming
  • Checksum
  • CRC3
  • CRC8
  • CRC16
  • CRC32

Dependencies

  • Download And Install Last Version Of Python

Installation

Usage

  • import pyerror

  • create an error detection object object=pyerror.error_detect("Message String","Method",flag=2)

  • method argument in this object is string
  • run generator algorithm on object error_detect_object=pyerror.convert_gen(object)

  • You can access modified string error_detect_object.str

  • run detection algorithm on object pyerror.convert_det(error_detect_object)

    Find final result about error in message!!

##License

Please refer to the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages