Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tans5/tfiletransporter

An Android application could transfer/share APPS, IMAGES and any FILES to Android devices or PCs.
https://github.com/tans5/tfiletransporter

android-app file-share file-sharing kotlin-coroutines netty tcp-protocol transfer-files udp-protocol wifi-direct wifip2p

Last synced: about 1 month ago
JSON representation

An Android application could transfer/share APPS, IMAGES and any FILES to Android devices or PCs.

Awesome Lists containing this project

README

        

[English](./README.md)

## 简单介绍

通过 WI-FI 直连或者本地局域网建立 TCP 链接实现高速的文件传输,这个过程不需要设备已经接入 Internet,也不会有流量消耗。

创建文件传输链接的方法:

- WI-FI 直连 / WI-FI P2P (推荐,不需要限制本地局域网,速度很快)
- 扫描二维码建立连接(限制本地局域网,速度取决于局域网网络质量)
- UDP 广播创建连接 (限制本地局域网,速度取决于局域网网络质量,如果子网太大通过广播建立连接效率较低)

[![](screenshots/google-play.png)](https://play.google.com/store/apps/details?id=com.tans.tfiletransporter)

桌面版(支持 Window,Linux 和 MacOs):
[tFileTransfer Desktop](https://github.com/Tans5/tFileTransfer_desktop)

## 截图