Can an emulator instance send msgs to another machine?

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

Answers (1)

IslandCow
IslandCow

Reputation: 3532

You have network access, so you should be able to setup TCP sockets.

Upvotes: 1

Related Questions