O
O
Oleg_Danilov2015-03-13 01:25:39
Bluetooth
Oleg_Danilov, 2015-03-13 01:25:39

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

2 answer(s)
S
Sergey, 2015-03-13
@Oleg_Danilov

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.

A
asdz, 2015-03-13
@asdz

Google first how bluetooth works in general and what api is in windows

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question