KuaiChuan

Project Url: mayubao/KuaiChuan
Introduction: 仿茄子快传的一款文件传输应用
More: Author   ReportBugs   
Tags:
Socket-Java-Tcp/Udp-Android-

English

仿茄子快传的一款文件传输应用, 涉及到 Socket 通信,包括 TCP,UDP 通信。(喜欢的给一个 star, 有帮助的给一个 fork, 欢迎 Star 和 Fork ^_^)

下载 点击下载去下载应用。

效果预览

主页

Alt text

文件发送端

Alt text Alt text Alt text

文件接收端

Alt text Alt text

网页传(20161218 新增)

Alt text

Alt text Alt text

原理

快传有两种方式可以传输文件:

  1. Android 应用端发送到 Android 应用端(必须安装应用)
  2. 通过 Web 浏览器来实现文件的传送 (不必安装应用)

第一种方式主要是是通过设备间发送文件。 文件传输在文件发送端或者是文件接收端通过自定义协议的 Socket 通信来实现。由于文件接收方和文件发送方都要有文件的缩略图,这里采用了 header + body 的自定义协议, header 部分包括了文件的信息(长度,大小,缩略图), body 部分就是文件。

第二种方式主要是在 android 应用端架设微型 Http 服务器来实现文件的传输。这里可以用 ftp 来实现,为什么不用 ftp 呢?因为没有缩略图,这是重点!

测试

(必须在真机下测试) 在 Android 测试机 分别是 魅蓝 2 与 华为 SCL-TL00, Vivo xs1 运行正常

感谢

google: http://www.google.com

stackoverflow http://stackoverflow.com/

版本

v1.0

完成了 Android 端到 Android 端的文件传输

v1.1

完成了网页传模块的功能

issue

QQ:345269374

Email:345269374@qq.com

License

Copyright 2016 mayubao

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Apps
About Me
GitHub: Trinea
Facebook: Dev Tools