I want to create multi-player game on local WIFI network between mobile devices. WP has a NetworkSession object, which can handle communication (especially game communication), but only between WP devices (of course). Is there any library, that is good alternative to this NetworkSession and supports also WP-Android communication? Im true “newbie” in this domain, therefore i cannot find any. Or is there only one solution – communicate between WP and And. only with Sockets some how? Thanks for answers a lot.
I want to create multi-player game on local WIFI network between mobile devices. WP
Share
You can use UDP to send and receive data on both the sides. I will provide you with links to the Windows side.
Example Application
Sockets Overview
Multiplayer Game Example
The last one is particularly useful to you. You can easily find similar examples for Android.