Answer the question
In order to leave comments, you need to log in
How to create a Bluetooth local area network in C# on WP8?
I want to create a card game for two with a local area network via Bluetooth in Visual Studio on Windows Phone 8 using C #, but I have absolutely no idea how to implement it. Where to start, what to read, what advice can you give?
Answer the question
In order to leave comments, you need to log in
First, make a standard Bluetooth algorithm: device search, pair, connect.
Data exchange between devices is implemented using the SPP profile, which allows you to send and receive bytes. The Windows Phone API does not support this profile, but there seem to be implementations that allow it. Need to find.
For data exchange, as an option, implement a simple protocol with a checksum.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question