Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.49 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.49 KB

Rustdrop

Reimplementation of Google's Quick Share (originally Nearby Sharing) protocol.

Demo

Screencast.from.2024-02-06.16-05-43.webm

Building

  • Needs to be built with tokio unstable. The provided cargo config should do this, but be sure to unset RUSTFLAGS

Features

Mediums

  • WLAN
  • BT (very WIP)

Discovery

  • Mdns
  • BLE (partial)

Troubleshooting

Wlan/Mdns

  • Disable firewalls/non-wifi networks (esp vpns)

Credits