1

I am trying to read an NFC card of an hotel(everything with their permission) and then beam this output to the door lock to open it. This is for a future project of an app for the hotel users.

I have tried very hard with React-Native but it seems impossible due to MifareClassic structure.

I have seen that to clone one nfc card of MifareClassic type you have to map all the keys of the memory which is illegal, but I am not trying to do that, I am just trying to save a signal and retramsmit it with the phone. Is it possible? How I can do that? Android native code?

Ali Khaki
  • 1,184
  • 1
  • 13
  • 24
Hack Facilito
  • 71
  • 1
  • 8

1 Answers1

1

All you need is Host-based card emulation

Host-based Card Emulation Android Developer

Try this

achicn3
  • 93
  • 2
  • 9