proxmark3
proxmark3 copied to clipboard
SNEP support e.g. to beam to Android phone
Time to have some fun.
- upload a APK file to flash mem
- Standalone mode which sims and pushes the APK :)
https://github.com/jetruby/android-beam-nfc-example
I guess you won't learn much from that Android project as everything is handled by the NFC stack.
"Android Beam is discontinued in Android 10 and is not present in the second Android 10 beta for the Google Pixel 3" (wikipedia)
Actually Android Beam was Google own "standard", with also out-of-band Wi-Fi or BT channels. Official standard is SNEP:
- http://sweet.ua.pt/andre.zuquete/Aulas/IRFID/17-18/docs/NFC%20Simple%20NDEF%20Exchange%20Protocol.pdf
- https://nfcpy.readthedocs.io/en/latest/topics/snep.html
- https://nfcpy.readthedocs.io/en/latest/examples/beam.html
SNEP, simple NDEF exchange protocol? Awesome! now.. @merlokk didn't you implement some NDEF? You have some SNEP to pull out of your pocket?
no(
but it simple and NDEF have general parser.
dont see any case... looks like android phone can read something via this SNEP from device (proxmark etc) but... it needs to add there some application?