NFC Reader/Writer Linux Driver
Current version is 0.0.6.pl3 (2009-08-06)
- Kernel mode driver(v0.1.1.pl3)
- Nfc Libraries(wrapped ioctl())
- Mifare, Felica libraries and console tools
- Java interface(using JNI)
Download
Supported devices
- I-O data / USB2-NFC(ぴタッチ)
- Sony / RC-S330
- Sony / RC-S320 (未テスト, 持っていないので・・・)
PN53xベースのリーダーであれば、もしかしたら動くかもしれません。
Linux(kernel 2.6.27 or later)専用です。2.6.26 以下のカーネルで使用する場合、Makefileの
以下の行をアンコメントしてください。
#EXTRA_CFLAGS += -D__2_6_26
ubuntu 9.04(2.6.28) と slamd64(2.6.26)で”一応”テストしています。
License
ライセンスはGPLとします。
Status
現在のリリースはアルファ版で、ドライバ、ライブラリの機能は
凍結していません。(今後、変更される可能性があります。)
Documentation
Bug Reports and Requests
バグレポート、提案などは、
ここ に
フォーラムを設置していますので、そちらにポストしてください。
Change Log
v0.0.6.pl2->v0.0.6.pl3 / 03 Aug 2009
- Fixed nfc driver is degraded.
v0.0.6.pl1->v0.0.6.pl2 / 02 july 2009
- RC-S320 driver bug (missing device index) is fixed.
v0.0.6->v0.0.6.pl1 / 28 june 2009
- When multiple drivers are loaded, the occurring nfc driver bug is fixed.
v0.0.5->v0.0.6 / 08 june 2009
- Add Sony/RC-S320 driver.(untested)
- Update Library for Mifare.
- Other Internal changes.
v0.0.4->v0.0.5 / 01 june 2009
- Fixed open() bug in 64bit environment.
- Internal changes.
v0.0.3->v0.0.4 / 25 May 2009
- Fixed the bug that device files mismatch when it connected multiple readers.
- Add Java interface library.
- Internal changes, and fixed some bugs.