{"id":15827459,"url":"https://github.com/kalebu/crc16-modbus-in-python","last_synced_at":"2025-03-15T03:31:00.282Z","repository":{"id":48182458,"uuid":"340696681","full_name":"Kalebu/crc16-modbus-in-Python","owner":"Kalebu","description":"Cyclic Redundance Check hashing algorithm implemented in python ","archived":false,"fork":false,"pushed_at":"2021-02-20T16:50:43.000Z","size":5,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-15T00:30:22.892Z","etag":null,"topics":["crc","crc-16-modbus-in-python","crc-algorithms","crc16","hashing-algorithms","python-tanzania","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kalebu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-20T16:14:41.000Z","updated_at":"2023-08-06T21:54:58.000Z","dependencies_parsed_at":"2022-09-26T19:34:35.071Z","dependency_job_id":null,"html_url":"https://github.com/Kalebu/crc16-modbus-in-Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2Fcrc16-modbus-in-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2Fcrc16-modbus-in-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2Fcrc16-modbus-in-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2Fcrc16-modbus-in-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kalebu","download_url":"https://codeload.github.com/Kalebu/crc16-modbus-in-Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681024,"owners_count":20330152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crc","crc-16-modbus-in-python","crc-algorithms","crc16","hashing-algorithms","python-tanzania","python3"],"created_at":"2024-10-05T10:05:26.328Z","updated_at":"2025-03-15T03:30:59.967Z","avatar_url":"https://github.com/Kalebu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crc16-modbus-in-Python\n\nCyclic Redundance Check hashing algorithm implemented in python \n\nA bit brief about CRC\n---------------------\n\nA cyclic redundancy check (CRC) 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. On retrieval, the calculation is repeated and, in the event the check values do not match, corrective action can be taken against data corruption\n\nUsage \n\n```python\n\u003e\u003e from crc import crc16\n\u003e\u003e example_str = 'Cyclic redundat check 16 modbus alogirthm in python'\n\u003e\u003e crc16(example_str)\n'396E'\n```\n\nAll the credits to [kalebu](https://github.com/kalebu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalebu%2Fcrc16-modbus-in-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalebu%2Fcrc16-modbus-in-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalebu%2Fcrc16-modbus-in-python/lists"}