Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFC-F Specific Card Types #1

Closed
4 tasks done
dogtopus opened this issue Mar 10, 2023 · 0 comments
Closed
4 tasks done

NFC-F Specific Card Types #1

dogtopus opened this issue Mar 10, 2023 · 0 comments

Comments

@dogtopus
Copy link
Owner

dogtopus commented Mar 10, 2023

  • Read IC/Suica
    • Maybe we should implement this as an optional parser for Read FeliCa? (EMV was a pretty bad example i.e. hardcoded behavior with no layering)
    • Reads balance (and transaction history in the future once we got a romanized SFCardFan DB) for Suica-compatibles i.e. CJRC ticketing system.
    • Use nfc_scene_device_info to display the info for this.
    • Maybe optional for the PR.
  • Read FeliCa Lite
    • Analogous to Read NTAG/Ultralight.
    • Specialized for FeliCa Lite{,-S}. This might eventually take Link's as well.
    • Check the first system (no traversal). If it's Lite{,-S} or Link, dump all the high-level blocks possible.
    • Maybe optional for the PR (more code == longer review == more complications). The Lite reader was pretty functional right now so maybe we can include it.
  • Read FeliCa #2
    • Analogous to Read Mifare DESFire.
    • Dumps all systems, services and public blocks < a specific size for FeliCa's without specialized decoders.
    • Reskin the old FeliCa task could be an option.
  • Read NFC-F data
    • Analogous to its NFC-A counterpart.
    • Read and parse nothing but IDm and PMm.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant