{"id":20368362,"url":"https://github.com/depau/nfc-st-srx","last_synced_at":"2025-04-12T05:38:46.113Z","repository":{"id":72603500,"uuid":"194930545","full_name":"depau/nfc-st-srx","owner":"depau","description":"Libnfc tool to read ST SRx tags","archived":false,"fork":false,"pushed_at":"2020-09-02T09:39:37.000Z","size":25,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T05:38:39.935Z","etag":null,"topics":["libnfc","nfc","rfid","sri512","srix4k","srx","st"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/depau.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}},"created_at":"2019-07-02T20:29:51.000Z","updated_at":"2024-01-29T10:19:04.000Z","dependencies_parsed_at":"2023-05-24T15:45:21.355Z","dependency_job_id":null,"html_url":"https://github.com/depau/nfc-st-srx","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/depau%2Fnfc-st-srx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depau%2Fnfc-st-srx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depau%2Fnfc-st-srx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depau%2Fnfc-st-srx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/depau","download_url":"https://codeload.github.com/depau/nfc-st-srx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525168,"owners_count":21118616,"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":["libnfc","nfc","rfid","sri512","srix4k","srx","st"],"created_at":"2024-11-15T00:40:44.273Z","updated_at":"2025-04-12T05:38:46.104Z","avatar_url":"https://github.com/depau.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Libnfc ST SRx reading/writing tool\n\nTool to read/write ST SRx tags. Only tested with SRIX4K tags, your mileage with SRI512 tags may vary.\n\n## Building\n\nRequires `libnfc` (discovered with pkg-config) and CMake.\n\n```bash\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n## Usage\n\n```txt\nusage: ./nfc_st_srx [-h] [-v] [-w | -d] [-t x4k|512] [-f FILE]\n\nOptions:\n  -h         Show this help message\n  -v         Verbose - print transceived messages\n  -w         Write dump instead of reading\n  -d         Dry run - check for potential irreversible changes instead of writing\n  -f FILE    Dump (write) memory content to (from) FILE\n  -f -       Dump (write) memory content to stdout (from stdin) (default)\n  -t x4k|512 Select SRIX4K or SRI512 tag type. Default is SRIX4K\n```\n\n## Note on writing tags\n\nCompliant ST SRx tags have some blocks that, once changed, cannot be changed back to their original value.\nBefore writing a tag, make sure you're aware of this.\n\nI implemented a \"dry run\" check feature which reads the tag and compares it with the dump to see if writing the dump\nwould cause irreversible changes.\n\nHowever, I would advise you not to trust it as it's not been heavily tested.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepau%2Fnfc-st-srx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdepau%2Fnfc-st-srx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepau%2Fnfc-st-srx/lists"}