fwcd / distributed-chat

Distributed peer-to-peer messaging app using Bluetooth LE mesh networks
Mozilla Public License 2.0
73 stars 11 forks source link

Implement Bluetooth LE transport for CLI on Linux #9

Closed fwcd closed 3 years ago

fwcd commented 3 years ago

Fixes #7

Use BluetoothLinux to implement a BLE-based transport in the CLI. To use it, a --bluetooth flag is added (which uses BLE instead of the simulation server when set).

Todo: