{"id":25354041,"url":"https://github.com/kylestev/rfid-debug","last_synced_at":"2025-04-09T01:44:27.244Z","repository":{"id":57660837,"uuid":"453131188","full_name":"kylestev/rfid-debug","owner":"kylestev","description":"Rust crate for extracting information from RFID scans. Wiegand encoding, H10301, Standard 26 bit format","archived":false,"fork":false,"pushed_at":"2022-01-28T16:47:06.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T01:08:16.043Z","etag":null,"topics":["h10301","rfid","wiegand"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/kylestev.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":"2022-01-28T16:06:33.000Z","updated_at":"2022-01-28T16:33:45.000Z","dependencies_parsed_at":"2022-08-29T11:30:49.562Z","dependency_job_id":null,"html_url":"https://github.com/kylestev/rfid-debug","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylestev%2Frfid-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylestev%2Frfid-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylestev%2Frfid-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylestev%2Frfid-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kylestev","download_url":"https://codeload.github.com/kylestev/rfid-debug/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289536,"owners_count":20914491,"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":["h10301","rfid","wiegand"],"created_at":"2025-02-14T19:56:28.984Z","updated_at":"2025-04-09T01:44:27.227Z","avatar_url":"https://github.com/kylestev.png","language":"Rust","readme":"# rfid-reader\n\nA rust package for decoding and encoding of the Wiegand format used in 125KHz\nRFID fobs.\n\n## Examples\n\n```rust\nuse rfid_debug::WiegandFormat;\n\nlet standard_format = WiegandFormat {\n    parity_even: 0,\n    parity_odd: 25,\n    card_number: (0, 16), // bit range [lower, upper)\n    facility_code: (16, 24), // bit range [lower, upper)\n};\n\nlet (facility, card_number) = standard_format.decode(5666862).unwrap();\n\nprintln!(\"facility = {}, ID = {}\", facility, card_number);\n```\n\n## Resources\n\n### How does one learn more about this format?\n\nLook no further than [HID®'s website for documentation](https://www.hidglobal.com/sites/default/files/hid-understanding_card_data_formats-wp-en.pdf).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylestev%2Frfid-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkylestev%2Frfid-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylestev%2Frfid-debug/lists"}