1 stable release
Uses old Rust 2015
1.0.0 | Jun 25, 2018 |
---|
#18 in #subnet
15KB
273 lines
Dropbox Discovery Tool by Tresorit
It helps you discovering running Dropbox instances on your local network.
When the discovery process starts, it will open UDP port 17500 to watch
incoming Dropbox LAN Sync packets from within the local wired or wireless
network your computer is currently connected to.
In case your local network contains of multiple IP subnets (eg. a separate
wired and wireless network, or multiple Wi-Fi networks), you'll need to
re-run the tool to repeat the discovery for each network to get a complete
result.
Build instructions
You can download the latest prebuilt binaries for Windows, macOS and Linux from the Releases page.
You can also build it manually, by installing Rust 1.26.0 or newer and then running the following commands:
git clone https://github.com/tresorit/tresorit-dropbox-discovery
cd tresorit-dropbox-discovery
cargo build
Running cargo run
will start the compiled binary.
We have also provided helper scripts that we use to compile the tool for official releases (build-win.cmd
, build-macos.sh
, build-linux.sh
).
Dependencies
~5.5MB
~95K SLoC