Reputation: 10247
Will an Android utility that sends/listens to messages via sockets be able to connect to another machine on the network from the emulator? IOW, what I want to do is send and receive messages from one XP machine to another.
Upvotes: 0
Views: 33
Reputation: 3532
You have network access, so you should be able to setup TCP sockets.
Upvotes: 1