Connectivity between devices

Hi,

Is there any class in Monogame that allows different devices to connect to each other? Through bluetooth for example…? It would be nice if I could create a lobby through which different players could play against each other. :slight_smile:

We provide an implementation of the Microsoft.Xna.Framework.Net API built on Lidgren (uses UDP), but this hasn’t been maintained for a long time. If you wanted to use Bluetooth or another networking protocol, you would need to use the services provided by the OS of the platform you are developing for.

Sure thing, thank you! I will look for solutions for Windows Phone 8.1 then. :slight_smile: