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

Split messages into chunks when sending via GATT/BLE #14

Closed fwcd closed 3 years ago

fwcd commented 3 years ago

Split strings sent via the BLE transport into chunks (of 512 bytes). Individual strings are delimited by newlines. This enables transport of large attachments.

Todo:

Future ideas: