Android Device: Unlocked Rooted Samsung Galaxy Nexus
USB NFC Readers: ACR122, ACR122L
I am attempting to create a proof-of-concept for an upcoming project. Unfortunately, I cannot go into extreme detail about the project, but I think I can explain what I am trying to do adequately to get some help.
I need to use the NFC reader (either one) connected to a Linux (CentOS 6) workstation. When I 'scan' the phone, I need it to send me a message, and put that message into STDOUT.
Basically, if I have nano open, and scan the phone, it should put that message into nano.
Does this mean I have to create an Android app to push messages using ForegroundNdefPush? If so, is there any way to retrieve some kind of unique value from the phone, e.g. the IMEI or serial number?
It doesn't have to be a customized message, but I need a unique ID for every device I scan.
The ideal answer will not require anything but development using the ACR122 SDK. If a special app for the phone is required, it may kill my proof-of-concept before I actually prove any concept.