KotlinSyft icon indicating copy to clipboard operation
KotlinSyft copied to clipboard

Implement split and stitch for large data channel messages in Android

Open cereallarceny opened this issue 5 years ago • 1 comments

This was already done in syft.js: https://github.com/OpenMined/syft.js/issues/78

This will also need to be done for Android. You should read these two classes so that you fully understand the problem and theoretical solution:

  • https://github.com/OpenMined/syft.js/blob/master/src/data_channel_message.js
  • https://github.com/OpenMined/syft.js/blob/master/src/data_channel_message_queue.js

cereallarceny avatar Feb 03 '20 21:02 cereallarceny

Part of #33

vkkhare avatar Feb 26 '20 12:02 vkkhare