LANDrop/LANDrop
Fork: 396 Star: 4885 (更新于 2024-10-30 21:19:23)
license: BSD-3-Clause
Language: C++ .
Drop any files to any devices on your LAN.
最后发布版本: v0.4.0 ( 2021-06-10 18:09:19)
Note: This repository does not reflect the latest LANDrop releases. We decided to temporarily close source LANDrop and we might re-open source it in the future. Thanks for your understanding!
Drop any files to any devices on your LAN. No need to use instant messaging for that anymore.
LANDrop is a cross-platform tool that you can use to conveniently transfer photos, videos, and other types of files to other devices on the same local network.
You can download prebuilts of LANDrop from the official website.
Features
- Cross platform: when we say it, we mean it. iOS, Android, macOS, Windows, Linux, name yours.
- Ultra fast: uses your local network for transferring. Internet speed is not a limit.
- Easy to use: intuitive UI. You know how to use it when you see it.
- Secure: uses state-of-the-art cryptography algorithm. No one else can see your files.
- No cellular data: outside? No problem. LANDrop can work on your personal hotspot, without consuming cellular data.
- No compression: doesn't compress your photos and videos when sending.
Building
The AppImage we provide as the prebuilt for Linux might not work on your machine. You can build LANDrop by yourself if the prebuilt doesn't work for you.
To build LANDrop:
- Download and install the dependencies: Qt and libsodium
If you are using a Debian-based distro, such as Ubuntu, you can install libsodium viasudo apt install libsodium-dev
- Clone this repository
git clone https://github.com/LANDrop/LANDrop
- Run the following commands
mkdir -p LANDrop/build cd LANDrop/build qmake ../LANDrop make -j$(nproc) sudo make install
- You can now run LANDrop via
landrop
最近版本更新:(数据更新于 2024-11-06 06:10:59)
2021-06-10 18:09:19 v0.4.0
2021-05-21 13:19:08 v0.3.0-beta2
2021-04-24 04:10:37 v0.2.0-beta2
2021-04-24 04:10:19 v0.1.0-beta7
LANDrop/LANDrop同语言 C++最近更新仓库
2024-11-05 23:57:44 PCSX2/pcsx2
2024-11-05 22:06:04 LizardByte/Sunshine
2024-11-05 00:42:13 ClickHouse/ClickHouse
2024-11-04 21:49:30 notepad-plus-plus/notepad-plus-plus
2024-11-03 22:31:09 MaaAssistantArknights/MaaAssistantArknights
2024-11-02 20:28:28 AaronFeng753/Waifu2x-Extension-GUI