WIP: this repository is still WIP.
A localsend protocol V2 implementation in flutter and rust for better performance.
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 |
- Protocol V2
- Udp announce
- Register
- Prepare upload
- Upload
- Cancel
- Send
- User interface
- device page
- discover page
- send page
- setting page
- Platform
- Windows
- Android
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.