{"id":20563429,"url":"https://github.com/pilotak/checksum","last_synced_at":"2025-09-02T02:34:02.658Z","repository":{"id":91903184,"uuid":"125202201","full_name":"pilotak/Checksum","owner":"pilotak","description":"Checksum library for mbed","archived":false,"fork":false,"pushed_at":"2023-01-13T10:11:15.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T11:03:48.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/pilotak.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-14T11:26:50.000Z","updated_at":"2023-01-13T10:11:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"271b5154-e3b8-415a-9674-d2733086546f","html_url":"https://github.com/pilotak/Checksum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pilotak/Checksum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2FChecksum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2FChecksum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2FChecksum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2FChecksum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pilotak","download_url":"https://codeload.github.com/pilotak/Checksum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2FChecksum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273220411,"owners_count":25066378,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-16T04:18:46.636Z","updated_at":"2025-09-02T02:34:02.648Z","avatar_url":"https://github.com/pilotak.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Checksum\nChecksum library for mbed\n\n```cpp\n#include \"mbed.h\"\n#include \"Checksum.h\"\n\nChecksum checksum;\n\nint main() {\n    uint8_t data[10];\n    memset(data, 0xFF, sizeof(data));  // fill up with some data\n\n    data[0] = 0;\n\n    printf(\"xor: %u, maxim_crc8: %u, modbus_crc16: %u\\n\",\n           checksum.get_xor(data, sizeof(data)),\n           checksum.get_maxim(data, sizeof(data)),\n           checksum.get_modbus(data, sizeof(data)));\n\n    while (true);\n}\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilotak%2Fchecksum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpilotak%2Fchecksum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilotak%2Fchecksum/lists"}