搜索资源列表
1090382_12505973868c08
- Socket是TCP/IP协议上的一种通信,在通信的两端各建立一个Socket,从而在通信的两端之间形成网络虚拟链路。一旦建立了虚拟的网络链路,两端的程序就可以通过虚拟链路进行通信。 -Socket is a communication on the TCP/IP protocol in the communication of each end of the establishment of a Socket, virtual link between the two ends of th
omnidesk
- Android 远程桌面TCP/IP协议开发-The Android Remote desktop TCP/IP protocol development
SpyDroid_UploadAudioStream
- 本地录制音频,然后通过RTP协议发送给指定IP的指定端口,IP和端口在文件中设置。经过实测,wireshark可以抓到报文。-Local recording audio, and then sent to the specified IP RTP protocol specified port, IP and port settings in the file. After measurement, wireshark can capture packets.
communication-spftware
- 聊天软件,基于TCP/IP协议的聊天软件开发-communication software
C_SFilleTranser
- 实现PC与android手机SD卡之间通过wifi共享文件,基于TCP协议的通信程序,电脑端软件为MFC程序,手动输入手机的IP地址,可以使android手机和PC建立连接。传送几兆文件时速度快,文件完整。-Achieved sharing files between the PC and android mobile phone SD card by wifi, TCP-based communication program, PC software program is developed
android-socket
- android socket网络通信编程实例,TCP/IP Socket、ServerSocket的形式。在JAVA编程中, 经常使用java.net和javax.net包来开发socket程序,下面列出所有常用的类,并简单介绍。再此说明一下:Socket仅仅是对TCP、UDP网络接口的封装,不涉及上层协议。 Java.net Java.net.Socket 客户端连接使用的TCP socket Java.net.DatagramSocket 客户端和服务端共同使用
FS
- 一款安卓手机与WINDOWS系统之间局域网内文件传输的软件,采用SMB协议。实现自动IP搜索。-A software which can provide file transforming between android device and Windows PC.Using SMB protocal.
TCPCom
- android socket 通信,基于传输层tcp协议,可指定ip ,端口号,源码-android socket tcp
Desktop
- android平台 基于http tcp/IP协议的文件上传的原代码-The android platform based on HTTP, TCP/IP protocol file upload the original code
MyTCPforCar
- 自己编一个简单的局域网TCP/IP协议的遥控小车的android客户端-android car control tcp/ip
SocketClientDemo
- 自动搜索IP地址,匹配客户端,点对点TCP协议的socket通信-Automatic search IP address, matching the client, point to point TCP socket communication protocol
Socket
- 一个Android手机与PC通讯的例子,手机是client,PC是Server,目前是单向的只能是手机给PC发,用的TCP协议。测试的时候记得改IP。-An example of Android mobile phone and PC communications, mobile phone is client, PC is Server, is currently only one way can only be the phone to send PC, using the TCP prot
JstarUDP
- UDP通讯源码是一个测试安卓和电脑UDP通讯的例子源码,项目自带一个winform的客户端,运行之前需要做两件事,第一件事是必须知道电脑的ip地址,如果是内网可以用cmd的ipconfig命令看一下电脑的ipv4地址,如果是模拟器的话那电脑的IP地址就是10.0.2.2,然后在安卓源码里面替换电脑IP,第二件事是打开项目里自带的exe点击开启端口监听,这样电脑和安卓客户端就可以使用UDP协议进行互发消息通讯了,本项目默认编译版本4.2.2.编码GBK。-UDP communication sou
rlue
- 这是一个用c++ Bulider实现的基于TCP IP协议的客户端和服务器端通信系统的源码()