Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 395 Bytes

dev_notes.md

File metadata and controls

13 lines (12 loc) · 395 Bytes

Developer notes

Under construction

Communication

  • Uses TCP
  • Struct('256s Q') for metadata (first transfer this)
    • 256s for the filename
    • Q for the size of file (unsigned long long)
  • Bytes for file (transfer after metadata)
    • Default packet size is 32768
    • You can modify packet size in the code, it affects transfer speed
    • Progress bar issues with 65535 bytes

Functions