项目作者: qiujuer

项目描述 :
A socket send and receive agreement framework; Easy use IO.
高级语言: Java
项目地址: git://github.com/qiujuer/Blink.git
创建时间: 2015-04-01T10:20:34Z
项目社区:https://github.com/qiujuer/Blink

开源协议:Artistic License 2.0

下载


Blink

A socket send and receive agreement framework; Easy use IO.
FlowChart

Use

Server

  • See Java-Test-Server
  • Run Server.main()

Client

  • See Java-Test-Client or Android-Test
  • Run Client.main() or Android App

Art

Server

Server

Client

Client

Author

  1. var info = {
  2. nickName : "qiujuer",
  3. site : "http://www.qiujuer.net"
  4. }

License

  1. Copyright 2015 Qiujuer.
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.