All Projects → mayubao → Kuaichuan

mayubao / Kuaichuan

仿茄子快传的一款文件传输应用

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Kuaichuan

Socketdemo
创建热点发送文件,让另一台手机连接热点接收文件
Stars: ✭ 129 (-92.53%)
Mutual labels:  socket, file-transfer
Arduino Kicad Library
Arduino Shield schematic and footprint library for KiCad
Stars: ✭ 130 (-92.47%)
Mutual labels:  socket
Wififiletransfer
实现了Android设备之间通过Wifi传输文件的功能,用于在局域网下传输任意文件
Stars: ✭ 116 (-93.28%)
Mutual labels:  file-transfer
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (-92.94%)
Mutual labels:  socket
Goproxy
🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
Stars: ✭ 11,334 (+556.28%)
Mutual labels:  socket
Rialto
Manage Node resources with PHP
Stars: ✭ 128 (-92.59%)
Mutual labels:  socket
Graphql Live Query
Realtime GraphQL Live Queries with JavaScript
Stars: ✭ 112 (-93.51%)
Mutual labels:  socket
Yajsync
A Java implementation of the rsync protocol
Stars: ✭ 134 (-92.24%)
Mutual labels:  file-transfer
Socketpushclient
最近项目中要求做推送,基于内网的。由于工期不是很紧,需求不是很严格,所以放弃了使用三方的推送框架,基于Socket自己写了消息推送功能(服务端+android端)。服务器端使用java,客户端使用Android。本人是做Android开发的,所以demo重点介绍客户端的一些代码,包括Socket的TCP长连接及发消息,Service如何不被轻易杀死,通过aidl实现界面实时与Service的通信,可以在界面上控制Socket的连接与断开以及发消息,并采用了Parcelable对象实现aidl传参
Stars: ✭ 129 (-92.53%)
Mutual labels:  socket
Go Netstat
A netstat implementation written in Go
Stars: ✭ 121 (-92.99%)
Mutual labels:  socket
Blobxfer
Azure Storage transfer tool and data movement library
Stars: ✭ 120 (-93.05%)
Mutual labels:  file-transfer
Pytest Socket
Pytest Plugin to disable socket calls during tests
Stars: ✭ 117 (-93.23%)
Mutual labels:  socket
Async Sockets Cpp
Simple thread-based asynchronous TCP & UDP Socket classes in C++.
Stars: ✭ 127 (-92.65%)
Mutual labels:  socket
Sample Chat Electron
Socket.io based chat server and clients, implemented in NodeJS and distributed to Windows and MacOS.
Stars: ✭ 116 (-93.28%)
Mutual labels:  socket
Jstp
Fast RPC for browser and Node.js based on TCP, WebSocket, and MDSF
Stars: ✭ 132 (-92.36%)
Mutual labels:  socket
Youtransfer
The simple but elegant self-hosted file transfer & sharing solution
Stars: ✭ 1,525 (-11.7%)
Mutual labels:  file-transfer
Af ktls
Linux Kernel TLS/DTLS Module
Stars: ✭ 124 (-92.82%)
Mutual labels:  socket
At device
AT component porting or samples for different devices
Stars: ✭ 136 (-92.13%)
Mutual labels:  socket
Pesocket
A C# Network Library.
Stars: ✭ 134 (-92.24%)
Mutual labels:  socket
Clusterws Client Js
🔥 JavaScript Client for ClusterWS - lightweight, fast and powerful framework for building scalable WebSocket applications in Node.js.
Stars: ✭ 120 (-93.05%)
Mutual labels:  socket

KuaiChuan(仿茄子快传)

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:[email protected]

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].