codebutler / farebot

Read data from public transit cards using your NFC Android phone!
http://codebutler.github.com/farebot
GNU General Public License v3.0
964 stars 272 forks source link

Support for paper SFMTA/Muni paper Clipper cards. #111

Open lewellyn opened 8 years ago

lewellyn commented 8 years ago

screenshot_2015-11-12-09-42-31 The paper Clipper cards provided by SFMTA are not supported.

How can I gather more info to see what might be useful as a first stab of displayable content?

indrora commented 8 years ago

I'd look into it via Mifare Classic Tool -- possibly also look at NXP's official tool to read Mifare Ultralight.

phcoder commented 6 years ago

I've started investigating it. Metrodroid from sources reads it as raw. I could locate serial. But now I really need more dumps. So if somebody is interested in it please send me annotated dumps

phcoder commented 5 years ago

Implemented in https://github.com/micolous/metrodroid/pull/220 . Testing appreciated