Skip to content

wylited/localsend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A rust library implementation of the localsend protocol (v2.1)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages