Host-based Card Emulation 实例

1、官方的sdk\samples\android-19\connectivity底下有两个项目分别为:CardEmulation和CardReader,前者作为卡仿真,后者作为NFC读取器

2、http://blog.opendatalab.de/hack/2013/11/07/android-host-card-emulation-with-acr122/ 这篇文章里面讲述了卡仿真的实例,里面有源码地址既有Android的也有PC的

3、http://www.it51share.com/nfczhuanti 这里包含很多NFC案例

4、https://github.com/nelenkov/virtual-pki-card/fork

5、 professional_nfc_application_development_for_android  这是一本关于NFC技术的书籍,不过是英文的,很全

6、hce_security_implications_-_ul_whitepaper  , Software Card Emulation in NFC Mobile hce这三篇是讲解HCE的介绍

你可能感兴趣的:(NFC,HCE)