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:
[x] Implement chunking in the iOS client
[x] Update the JS test client
[x] Update the Python test client
Future ideas:
Add a progress indicator in the UI for sending (and possibly for receiving)
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: