Skip to content

Drop any files to any devices on your LAN even on WAN. Fully utilize the p2p property through ipv4 and ipv6. This is the professional version derived from LANDrop.

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE.icon
Notifications You must be signed in to change notification settings

WanMotion/LANDrop-Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Declare

This project is derived from LANDrop. Thanks for the origin developers @yvbbrjdr and @ tmacychen.

This project is going to develop more features including "transfer text", "transfer screenshot", "transfer in IPv6 WAN" and so on.

New Features

  • support for adding host Manully, which enables you to transfer files to any devices that can be located.(has public IPv4 address or public IPv6 address)

Features to Develop

  • transfer text
  • transfer screenshot
  • transfer file through right-clicking menu

Download

You can download the installer from Github release

Origin

Package

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:

  1. Download and install the dependencies: Qt and libsodium
    If you are using a Debian-based distro, such as Ubuntu, you can install libsodium via
    sudo apt install libsodium-dev
    
  2. Clone this repository
    git clone https://github.com/LANDrop/LANDrop
    
  3. Run the following commands
    mkdir -p LANDrop/build
    cd LANDrop/build
    qmake ../LANDrop
    make -j$(nproc)
    sudo make install
    
  4. You can now run LANDrop via
    landrop
    

About

Drop any files to any devices on your LAN even on WAN. Fully utilize the p2p property through ipv4 and ipv6. This is the professional version derived from LANDrop.

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE.icon

Stars

Watchers

Forks

Packages

No packages published