搜索资源列表
multi_thread_socket_filetrans
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, m
1_udp
- 本GPRS终端运输层采用UDP用户数据包协议,网络层采用IP网际协议,链路层采用PPP点对点协议。车台在32秒之内如果没有需向中心回传的信息,自动向中心回传一条网络测试信息,中心在收到此信息后必须自动回传一条确认信息。-the transport layer GPRS terminal users using UDP packet agreement, the network layer using IP Internet Protocol. PPP link layer using point
cvery_4164417789
- 点对点视频聊天代码.对与大家的课程设计及毕业论文有很大帮助~-point-to-point video chat code. Right with you the curriculum design and dissertation will be of great help ~
UDP
- UDP点对点聊天源码,UDP基础原理实例源代码
server
- 服务端,用VC++编写的一个点对点聊天的一个UDP服务端。
VBTCPIP
- VB中基于TCPIP协议的点对点文件传输源代码
windows-net
- 我们用得最多的协议是UDP和TCP,UDP是不可靠传输服务,TCP是可靠传输服务。UDP就像点对点的数据传输一样,发送者把数据打包,包上有收信者的地址和其他必要信息,至于收信者能不能收到,UDP协议并不保证。而TCP协议就像(实际他们是一个层次的网络协议)是建立在UDP的基础上,加入了校验和重传等复杂的机制来保证数据可靠的传达到收信者。关于网络协议的具体内容,可以参考专门介绍网络协议的书籍,这里直接探讨编程实现网络程序的问题。
socketrecvsend
- 给予socket的点对点数据包发送和接收模拟程序,非mfc开发
VIDEO
- 一个用vc开发的、基于UDP协议的点对点视频聊天程序。 -Vc development, the UDP protocol-based peer-to-peer video chat program.
Socket
- Socket的使用,实现通过socket的点对点通信-the use of Socket to show peer to peer connection
tcp-udp
- tcp同步,异步编程实现;udp点对点,组播编程实现。-tcp synchronous, asynchronous udp-point, multicast.
ppp
- 介绍了ppp协议的主要内容用户接入Internet,在传送数据时都需要有数据链路层协议,其中最为广泛的是串行 线路网际协议(SLIP)和点对点协议(PPP)。由于SLIP具有仅支持IP等缺点,主要用于低速(不超过19.2kbit/s)的交互性业务,它并未成为Internet的标准协议。为了改进SLIP,人们制订了点对点PPP(Point-to-Point Protocol)。RFC1661、RFC1662、RFC1663。-Ppp protocol introduced the main con
chuanshujihe
- C# 利用TCP进行点对点传输例子集合,,里面有多个关于C#数据传输的例子-C# Use TCP point-to-point transmission example of a collection, there are more than on the C# Data transmission example
PBTCP_IP
- 本文论述了WinSock 编,以及在PB 中编写TCP/ IP 程序的实现方法同时指出了PB 通过使用win2 dows 下的sockets 接口及通过访问WinSock. DL 中的函数实现网络通信的原理。并论述了网络消息发送的底层工 作原理,以及实现在企业局域网内点对点的信息转发或点对多的信息广播的方法。-This paper introduces the WinSock program and the way of realization of TCP/ IP program2
TT62_GPRS_DTU
- TT62嵌入式GPRS DTU模块用户手册 3.0 TT6X GPRS DTU(简称DTU),是一款使用GPRS进行无线数据传输的设备。支持PPP、TCP、UDP、DNS等众多复杂网络协议和SOCKET插口标准,为用户提供全透明数据传输和用户自定义协议传输两种模式。 同时支持点对点、点对多点、设备间、设备与中心间等各种不同的通讯模式。 用户不用关心复杂的网络通信协议、通过串行口,就可以进行无线数据收发,让你的设备随时随地接入Internet。 本DTU产品支持TCP和UDP两种
UDPChat
- UDP点对点通信的实现例程,可以直接运行,有助于理解UDP于TCP的区别-UDP peer-to-peer communications implementation routines, can be directly run, help to understand the difference between UDP in TCP
TCP
- 交互式点对点通讯举例_TCP Client.vi 交互式点对点通讯举例_TCP Server.vi-Interactive point-to-point communications, for example _TCP Client.vi interactive point-to-point communications, for example _TCP Server.vi
Test-Udp
- 网络连接测试软件,易于操作。可简单的点对点聊天。-Network connectivity testing software, easy to operate. Can be a simple peer-to-peer chat.
QQ
- 点对点的聊天,采用TCP/IP编程。像QQ一样-Point to point chat, using TCP/IP programming. The same as the QQ
点对点通讯举例_TCP
- 演示了labview的tcp通讯 包括客户端和服务器端编程示例通讯,对labview中tcp通讯有很好的了解(labview tcp server/client)