Roger Brown-4 wrote:
> 
> Hi,
> 
> Given that javax.smartcardio is Java6, and Android is really Java5 and
> Android already has an NFC API can you explain the architecture of your
> solution? 
> 
> Do mean a host computer running Java6 is talking to the Android phone
> which is acting as the NFC reader?
> 
> To plug into the javax.smartcardio all you need to write is your
> TerminalFactorySpi in Java. So you can do the whole thing in Java, no need
> for pcsc-lite.
> 
> 1. write TerminalFactorySpi in Java6 on the host to hook into
> javax.smartcardio and providing your custom CardTerminal.
> 
> 2. write an Android application that uses the Android NFC API to talk to
> Smartcards
> 
> 3. Decide how the phone talks to the host computer, if WiFi then just talk
> TCP/IP. Otherwise you will have to work out a Bluetooth arrangement,
> simplest may be over a Bluetooth serial port.
> 
> Regards,
> 
> Roger 
> 
> 

Hi Roger

i have an Nokia 6212 with NFC and I want to use it as an PC/SC Reader via
USB/GPRS/WiFi. So as you mentioned I have to modify the JRE/JSDK over
TerminalFactorySpi. But how should this look like. I am new in smartcard and
nfc connection so I would be glad if you could help me.


-- 
View this message in context: 
http://old.nabble.com/Driver-for-an-android-smartphone%2C-using-the-phone-as-a-reader-tp34460145p34912452.html
Sent from the MuscleCard mailing list archive at Nabble.com.


_______________________________________________
Muscle mailing list
[email protected]
http://lists.musclecard.com/mailman/listinfo/muscle_lists.musclecard.com

Reply via email to