Skip to content

Comments

Add BluetoothCommunicator#94

Open
niedev wants to merge 1 commit intowasabeef:masterfrom
niedev:niedev-patch-2
Open

Add BluetoothCommunicator#94
niedev wants to merge 1 commit intowasabeef:masterfrom
niedev:niedev-patch-2

Conversation

@niedev
Copy link

@niedev niedev commented Nov 29, 2020

Add BluetoothCommunicator to Networking.

BluetoothCommunicator is an open-source library that, using Bluetooth Low Energy, allows you to communicate in P2P mode between two or more android devices.

BluetoothCommunicator automatically implements (they are active by default) reconnection in case of temporary connection loss, reliable message sending, splitting and rebuilding of long messages, sending messages with a queue in order to always send the messages even in case of connection problems (they will be sent as soon as the connection is restored) and in the right order.

As a demo I created a Bluetooth chat app that uses this library.

Added BluetoothCommunicator to Networking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants