{"id":26610502,"url":"https://github.com/oxplot/msrx","last_synced_at":"2025-04-10T00:04:50.913Z","repository":{"id":19327080,"uuid":"22565568","full_name":"oxplot/msrx","owner":"oxplot","description":"Library and command line utils to use MSR605 magnetic card reader/writer","archived":false,"fork":false,"pushed_at":"2023-07-01T03:05:14.000Z","size":27,"stargazers_count":32,"open_issues_count":4,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-10T00:04:47.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oxplot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-03T03:04:07.000Z","updated_at":"2025-04-07T10:57:44.000Z","dependencies_parsed_at":"2023-01-13T20:18:34.289Z","dependency_job_id":null,"html_url":"https://github.com/oxplot/msrx","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxplot%2Fmsrx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxplot%2Fmsrx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxplot%2Fmsrx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxplot%2Fmsrx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxplot","download_url":"https://codeload.github.com/oxplot/msrx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131320,"owners_count":21052819,"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":[],"created_at":"2025-03-24T01:48:29.959Z","updated_at":"2025-04-10T00:04:50.863Z","avatar_url":"https://github.com/oxplot.png","language":"Python","readme":"Intro\n=====\n\nMSR605 is a very well built and popular magnetic card reader/writer.\nmsrx is a library and a command line utility that allows talking to this\ndevice.\n\nFeatures\n========\n\n * msrx python module compatible with python 2.7+ and python 3\n * Command line utility with read, write and erase functionality\n\nInstallation\n============\n\n    $ pip install msrx\n\nUsage\n=====\n\nEnsure you've plugged a 9V supply to the power injector on the USB cable\nbefore continuing.\n\nTo read a card's data, run the following and swipe a card:\n\n    $ msrx read\n    %PA1VSBUTT0 .8W11(BT003423342?|;943300000002342?:|\n\nThe output is a pipe ('|') separated track data in ISO-7811 format. In\nthe above example, only tracks 1 and 2 have data in them.\n\nTo erase a card, run the following and swipe a card (**WARNING** this is\nnon-reversible):\n\n    $ msrx erase -t 1,3\n\nThe above erases tracks 1 and 3. To erase all tracks, leave out `-t`.\n\nTo write to a card, run the following and swipe a card:\n\n    $ echo '%HAPPY?||;99?' | msrx write\n\nThis writes to tracks 1 and 3 because we left track 2 data empty. Note\nthat restrictions apply as to what set of characters and in what format\nmay be stored in each track. Consult ISO-7811 parts 2 and 6 for more\ninformation.\n\nTo see other options, run msrx with `-h` option.\n\nTo use msrx as a library:\n\n    import msrx\n    mymsrx = msrx.MSRX('/dev/ttyUSB0')\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxplot%2Fmsrx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxplot%2Fmsrx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxplot%2Fmsrx/lists"}