MCPcopy Create free account
hub / github.com/LANDrop/LANDrop

github.com/LANDrop/LANDrop @v0.4.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.4.0 ↗ · + Follow
99 symbols 124 edges 28 files 0 documented · 0% updated 23mo agov0.4.0 · 2021-06-10★ 5,890183 open issues

Browse by type

Functions 84 Types & classes 15
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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 celluar data: outside? No problem. LANDrop can work on your personal hotspot, without consuming celluar 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

Core symbols most depended-on inside this repo

Shape

Method 79
Class 14
Function 5
Enum 1

Languages

C++100%

Modules by API surface

LANDrop/selectfilesdialog.cpp10 symbols
LANDrop/settings.cpp8 symbols
LANDrop/sendtodialog.cpp8 symbols
LANDrop/discoveryservice.cpp8 symbols
LANDrop/crypto.cpp8 symbols
LANDrop/filetransfersession.cpp7 symbols
LANDrop/settingsdialog.cpp6 symbols
LANDrop/filetransferdialog.cpp6 symbols
LANDrop/trayicon.cpp5 symbols
LANDrop/filetransfersender.cpp5 symbols
LANDrop/filetransferreceiver.cpp5 symbols
LANDrop/filetransferserver.cpp4 symbols

For agents

$ claude mcp add LANDrop \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page