搜索资源列表
audio_collection_and_replay
- 利用UDP实现语音全双工通信&利用winsock2实现IP多播的实例-use UDP to achieve full-duplex voice communication
提供对滑动窗口协议的实验演示
- 教学实验源代码,提供对滑动窗口协议的实验演示,协议分层和协议软件的设计与实现有基本的认识利用所学数据链路层原理,自己设计一个滑动窗口协议并在仿真环境下编程实现有噪音信道环境下的 可靠的双工通信。信道模型为 8000bps 全双工卫星信道,信道传播时延 270 毫秒,信道误码率为 10-5,信道提供字节流传输服务,网络层分组长度在240~256字节范围,Teaching experiment source code, on the Sliding Window Protocol provides
Socket.rar
- VC开发的全双工Socket通讯程序源码 ,VC developed full-duplex communication procedures Socket source
STOP_AND_WAIT
- 网络编程 实现数据链路层中的停等协议 实现全双工通信-Network programming data link layer protocols such as full-duplex communication stop
fduplex
- 一个用VC开发的全双工Socket通讯程序- The entire duplex Socket communication procedure which develops with VC
WinSockwangluobianchengshiyongbaodian
- WinSock 网络编程实用宝典 书中tcp/ip编程基础 聊天室程序 语音全双工通信使用 网络嗅探器等-WinSock network programming practical Baodian book tcp/ip programming basic voice chat program to use full-duplex communication, such as network sniffer
datalink
- 利用数据链路层原理,设计一个滑动窗口协议并在仿真环境下编程实现有噪音信道环境下的可靠的双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270 毫秒,信道误码率为10-5,信道提供字节流传输服务,网络层分组长度在240~256字节范围。-Data link layer using the principle of a sliding window protocol design and simulation environment in the programming channe
Socket_SendFile
- Simplex 单工通信 Full-Duplex 全双工通信 TransmitFile 双向文件传输 大文件传输过程发现接收端和发送端得到的文件大小不一致,而且收到的文件大小也在变,几个M的mp3没什么影响,但是如果是500m视频影响进度条。没有解决这个问题。 前面两个工程必须先打开服务器-Simplex Single Full-Duplex communication two-way full-duplex communication TransmitFile file
chat
- 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
GObackn
- 数据链路层滑动窗口协议的设计与实现:利用所学数据链路层原理,自己设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下 两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率 为10-5,信道提供字节流传输服务,网络层分组长度固定为256字节-Data link layer sliding window protocol design and implementation: use their data link layer theor
VoIP_src
- 一个在Linux下实现的VoIP程序,通过声卡发声,在局域网上通信,能实现全双工通信.-A realization of the VoIP programs for Linux, audible through the sound card, the LAN communication, to achieve full-duplex communication.
test
- 基于socket套接字设计的对话框程序,可以选择服务器和客户端,服务器和客户端可以实现全双工通信-Based on socket socket design of the dialog box procedure, you can select the server and client, server and client can achieve full-duplex communication
full-duplex-communication-to-achieve
- Linux 中管道全双工通信实现,Linux in the pipeline full duplex communication to achieve-Linux in the pipeline full duplex communication to achieve, Linux in the pipeline full duplex communication to achieve
tcp文件传输
- 使用UDP协议传输图像文件。发送和接受全双工,优点传输效率快。
duplex
- 文档详细讲解了半双工和全双工的定义以及区别,适合除学者。-Document explained in detail as well as the definition of half-duplex and full-duplex difference for addition scholar.
Selective
- 数据链路层滑动窗口协议的设计与实现源码 信道模型为8000bps 全双工卫星信道,信道传播时延270 毫秒,信道误码率为10-5,信道提供字节流传输服务,网络层分组长度在240~256字节范围。-Sliding window data link layer protocol design and implementation of source-channel model 8000bps full-duplex satellite channel, the channel propagati
NETTALK
- 网络电话系统,支持G729压缩传输。支持双向全双工语音通讯-internet telphone system
SimpleWebSocketServer-master
- python websocket WebSocket protocol 是HTML5一种新的协议。它实现了浏览器与服务器全双工通信(full-duplex)。-python websocket WebSocket Protocol Handshake
SORTDEMO
- WinSock 网络编程实用宝典 书中tcp/ip编程基础 聊天室程序 语音全双工通信使用 网络嗅探器等-WinSock network programming practical books book tcp/ip programming basic chat room program voice full duplex communication using network sniffer, etc.
tcp全双工通信
- 基于tcp的全双工通信,内含客户机、服务器(Full duplex communication based on TCP)