Has anyone been able to get peer to peer nfc connections working in the 6131 emulator? Is this even possible?
Thanks
Has anyone been able to get peer to peer nfc connections working in the 6131 emulator? Is this even possible?
Thanks
The current version of Nokia 6131 NFC SDK contains only the stub version for the NFC peer to peer connection - which means you can use the SDK to develop and compile your MIDlet, but you have to use a real phone (or two phones, in this case) to run and test the MIDlet.
The NFC peer to peer connection will not work if you run the MIDlet using the emulator.
Raluca Cindrea
Helsinki, Finland
www.nokia.com/nfc
is there any documentation on P2P? I guess right now, i'm looking to know what needs to be done differently in a p2p scenario rather then reading/writing to a tag.
Thanks
You can find information about how to use the com.nokia.nfc.p2p.NFCIPConnection interface in the Contactless Communication API Extensions documentation.Originally Posted by glinskik
The link for it is C:\Nokia\Devices\Nokia_6131_NFC_SDK_...ext\index.html- once you have the Nokia 6131 NFC SDK installed.
Raluca Cindrea
Helsinki, Finland
www.nokia.com/nfc
Hello,
in that doc, it says:
does it mean that the target midlet must be running to "listen" and receive data sent by the sender ? and that target midlet can't be started automatically like when touching a tag ?Notifications about a NFCIP device cannot be received by registering a javax.microedition.contactless.TargetListener to javax.microedition.contactless.DiscoveryManager.
Thanks to confirm.
Lionel
Hello,
Yes, I agree the documentation on this issue is a "bit" insufficient.
Is it not, as a minimum, possible to get an example of the NFCIPConnection interface intended use?
Regards,
Niels