ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Setup Bluetooth connection #2

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a user I want to be able to pair devices using Bluetooth to exchange data.

What

A way to transfer byte strings over Bluetooth

Why

To exchange securely keys over Bluetooth we must have a Bluetooth connection

How

By using the Android framework to search for nearby devices, to connect, to pair, to exchange data and to disconnect

Definition of done

A string can be sent from device A to B and a string can be sent from device B to device A.

Notes