Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tans5/tfiletransporter
- Owner: Tans5
- License: apache-2.0
- Created: 2021-01-14T13:37:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T03:52:41.000Z (8 months ago)
- Last Synced: 2024-04-20T16:52:34.587Z (8 months ago)
- Topics: android-app, file-share, file-sharing, kotlin-coroutines, netty, tcp-protocol, transfer-files, udp-protocol, wifi-direct, wifip2p
- Language: Kotlin
- Homepage:
- Size: 24.7 MB
- Stars: 83
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
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)## 截图