Topic: New in NFC technology

HI,
  I am new in NFC and would like to develop an application.  Now I have SONY RC-S370 Felica reader/writer.  I have MiFARE 1K tag. 

  I can use my Nexus S to write and read data inside the MiFARE tag.  However, I have no idea how to use my RC-S370 to read my tag data into PC. 

  Anyone can help me this issue since I have tested the SONY SDK (free) but not help.  So I would like to use libnfc but no idea where to start (or I am not sure it works with my reader or not).

  Please point me the direction.

Alex

Re: New in NFC technology

Hi,

To exchange with Nexus S, the best way is to use P2P.
In NFC, P2P communication is standardised by NFC-Forum under LLCP specification.

There is already a WIP library : libnfc-llcp that implements LLCP on top of libnfc.
The libnfc-llcp package also provides NPP (Android Ndef Push Protocol) example named nexus-get-tag example.

http://code.google.com/p/nfc-tools/sour … ibnfc-llcp

Some work have to be done regarding the standardised SNEP (Simple Ndef Exchange Protocol) application level protocol to transport NDEF messages without relaying an Android specific protocol.

Romuald Conty