Is anybody used The NFC Manager External Reader Plug-in API?
Is I understood right, that it is needed to connect other readers (Pegoda and Omnikey supported by default) to emulator?
Is anybody used The NFC Manager External Reader Plug-in API?
Is I understood right, that it is needed to connect other readers (Pegoda and Omnikey supported by default) to emulator?
Yes, thats correct. You may create a plugin to allow NFC Manager to work with for instance ACR122. Should be quite simple.
There is also an example how to do that in examples\NFC\ExternalReaderPlugins with good (!) javadocs.
You should read some development guides for the reader you are trying to add support.
Something like this:
http://www.nfc-reader.com/NFC-smart-...API_ACR122.pdf
How can we know which reader you are planning to use with NFC Manager?
Typically they have some C/C++ interface, so JNI usually is the only way.