RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.76k stars 1.01k forks source link

SNEP support e.g. to beam to Android phone #881

Open iceman1001 opened 4 years ago

iceman1001 commented 4 years ago

Time to have some fun.

iceman1001 commented 4 years ago

https://github.com/jetruby/android-beam-nfc-example

doegox commented 4 years ago

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:

iceman1001 commented 4 years ago

SNEP, simple NDEF exchange protocol? Awesome! now.. @merlokk didn't you implement some NDEF? You have some SNEP to pull out of your pocket?

merlokk commented 4 years ago

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?