I'm trying to develop NFC based apps for Android by using the Open NFC stack and its various tools, mainly its NFC Simulator in Ubuntu 11.10.
The problem with trying to use the NFC Simulator is that it is mainly meant for Win32 environments. Since the NFC Simulator uses the Connection Center tool which aids in remote connections, I simply virtualized WinXP and ran the tools after installing its basic requirements. The tools seem to run fine on the guest OS.
When I emulate the Android provided by the Open NFC add-on image, I'm unable to connect to the connection center by providing the IP address.
Basically, the emulator is unable to connect to the local network.
How do I connect to any service/server that is running on a different machine from the emulator?
I tried running it on Wine; it actually connected, but did not completely register. Any help with that?