Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.37 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.37 KB

localsend_rs

WIP: this repository is still WIP.

A localsend protocol V2 implementation in flutter and rust for better performance.

Compare

Performance compare between localsend original and localsend_rs

Test condition :

  • router: TpLink AX3000M
  • sender: Xiaomi 13 ( localsend )
  • receiver: Windows PC ( localsend_rs / localsend )
sender receiver network speed disk speed
localsend localsend 144Mbps 26MB/s
localsend localsend_rs 511Mbps 102M/s

Roadmap

  • Protocol V2
    • Udp announce
    • Register
    • Prepare upload
    • Upload
    • Cancel
    • Send
  • User interface
    • device page
    • discover page
    • send page
    • setting page
  • Platform
    • Windows
    • Android

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.