Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 490 Bytes

File metadata and controls

24 lines (15 loc) · 490 Bytes

TODO

All

  • Write docs
  • Write tests
  • Better Error handling

Protocol

  • Refactor impls and util functions (traits?)
  • Use 2 enums for everything (NetworkEvent and NetworkCommand)

Desktop

  • File Transfer: Use a dynamic max speed for sending files based of the write speed of the receivier (needs testing)
  • File Transfer: Compress transfers
  • Fix peer refresh (store a devices online status somewhere, ideally not in the saved peers json)

Android

  • Android app

Misc