codebutler / farebot

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

Support for Indonesian KMT Card (Jakarta Commuter Pass) #115

Open emirsyehsar opened 8 years ago

emirsyehsar commented 8 years ago

I read that this project could support any transportation card that implements FeliCa or Mifare Classic. So recently the operator of commuter rail service in Jakarta began to implement FeliCa on their electronic ticket, the KMT. I saw some FeliCa transportation cards were already supported by farebot, so I would like to see support for the KMT. Maybe anyone could tell where should I start to read the data inside the FeliCa card?

phcoder commented 6 years ago

This was added by sybond in Metrodroid

sybond commented 6 years ago

Hi @emirsyehsar you can try Metrodroid (with KMT support) here.

emirsyehsar commented 6 years ago

@sybond Thank you. I think I might have some addition to the code since I am also trying to "decode" the raw data for the past two months. I think I can move some of my code piece to Metrodroid instead.