Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 903 Bytes

File metadata and controls

33 lines (30 loc) · 903 Bytes

Localsend-rs

A rust implementation of the localsend protocol as a library.

Completion

  • Fingerprinting
  • Discovery
    • Multicast UDP
      • Announce
      • Listen
    • HTTP register
  • Upload API
    • Receiving (Uploading)
      • Prepare Upload
      • Upload
      • Cancel
    • Sending
      • Prepare Upload
      • Upload
      • Cancel
  • Download API
    • Metadata
    • File
  • Additional
    • Info
  • HTTPS support

Credits

Big thanks to @nebkor for adding

  • HTTPS
  • persistent configuration
  • no more UI implementation mandated (no more native_notifications; events are sent over MPSC channels that any front-end UI can react to as they wish)
  • support for sending text without an actual file existing