前往小程序,Get更优阅读体验!
立即前往
发布
社区首页 >专栏 >LANDrop 局域网文件传输神器 (跨平台 AirDrop)

LANDrop 局域网文件传输神器 (跨平台 AirDrop)

作者头像
obaby
发布2023-02-22 11:18:40
发布2023-02-22 11:18:40
2.5K10
代码可运行
举报
文章被收录于专栏:obaby@marsobaby@mars
运行总次数:0
代码可运行

LANDrop 是一款开源免费的支持跨平台的「局域网文件传输工具」,它的使用体验上可以媲美苹果生态的“隔空投送”功能!能超级快速方便地将 iPhone、iPad、Android 手机/平板;Windows、Mac、Linux 电脑上的照片、视频、文档、文件发送到别的设备去。

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 via

代码语言:javascript
代码运行次数:0
复制
sudo apt install libsodium-dev

Clone this repository

代码语言:javascript
代码运行次数:0
复制
git clone https://github.com/LANDrop/LANDrop

Run the following commands

代码语言:javascript
代码运行次数:0
复制
mkdir -p LANDrop/build
cd LANDrop/build
qmake ../LANDrop
make -j$(nproc)
sudo make install

You can now run LANDrop via

代码语言:javascript
代码运行次数:0
复制
landrop

Platform

Version

iOS

0.1.5

Android

0.1.5

macOS

0.4.0

Windows

0.4.0

Linux

0.4.0

☆文章版权声明☆

* 网站名称:obaby@mars * 网址:https://h4ck.org.cn/ * 本文标题: 《LANDrop 局域网文件传输神器 (跨平台 AirDrop)》 * 本文链接:https://h4ck.org.cn/2022/04/landrop-%e5%b1%80%e5%9f%9f%e7%bd%91%e6%96%87%e4%bb%b6%e4%bc%a0%e8%be%93%e7%a5%9e%e5%99%a8-%e8%b7%a8%e5%b9%b3%e5%8f%b0-airdrop/ * 转载文章请标明文章来源,原文标题以及原文链接。请遵从 《署名-非商业性使用-相同方式共享 2.5 中国大陆 (CC BY-NC-SA 2.5 CN) 》许可协议。


分享文章:

相关文章:

  1. Apk Installer for Windows/Mac OSX/Linux SouceCode
  2. RetDec IDA plugin
  3. systemd 运行celery
  4. x86 emulation currently requires hardware acceleration!
  5. Windows XP SP1 & Windows Server 2003泄漏源码[All Leaked]
  6. Cutter 免费开源逆向工具
  7. OSX pip3 install mysqlclient
  8. Binary Ninja Personal v3.0.3233[All Platform]
  9. Altap Salamander 3.0 beta3(x64) Nag Remove
  10. LanView v3.0 Cracked
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022年4月3日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Features
  • Building
    • 相关文章:
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档