搜索资源列表
rttwindows
- 在windows环境下,开发的类似ping的程序,计算round trip time,即往返时间,可自由选择使用TCP或UDP-A windows program like ping, it can calc round trip time(rtt), and can select TCP or UDP protocol.
linux下关于socket编程的C例子
- 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
icu070522
- select programe, 1 raw socket2 udp socket. -select programe, a raw socket2 udp socket.
server-nonblockingsocket
- UDP收包程序例子,基于非阻塞模式socket,并利用select()实现接收超时。
linux下关于socket C的编程源码
- linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用
server_ver1.zip
- 使用select实现的一个udp服务器端的网络通讯程序,The use of select to achieve a udp server-side network communication procedures
UDP_select()
- 通过UDP和select函数来实现非阻塞的通话机制,已达到客户端之间的通讯-Through the UDP and select functions to achieve non-blocking call mechanism, has reached the communication between the client
TCP_UDP-Socket
- TCP和UDP 传输源码,还有 select 模型-TCP_UDP Transfer Examples,and Select
mnet_demo
- 一个网络通信开发库示例源码,封装了TCP和UDP的socket函数,封装了完成端口、WSAEventSelect、select等3种winsock I/O模型,并结合线程池+内存池模式,支持高并发。 -Example of a network communications development library source code, TCP and UDP encapsulates the socket function, encapsulates the completion port,
ServerGprs
- 负责管理Led大屏幕和向Led大屏幕发送信息的上位软件,采用udp通讯方式,同时具有地图图片可以选择终端(Led大屏幕)。-Responsible for managing Led Led large screen and large screen send a message to the host software, using udp communication, both the map image to select terminal (Led large screen).
unblock_socket-udp-select
- 该程序是UDP方式的非阻塞网络socket通信代码,是我做语音设计时用的,供大家参考。-The program is a non-blocking UDP mode network socket communication code, I do voice design, for your reference.
winpcapneting
- 本人课程实验做的一个基于winpcap的网络嗅探器,附源程序,用c开发,在vc++6.0下编译通过。它可以列出监视主机的所有的网卡,选择一个网卡进行监听,捕获并显示流经网卡的数据包,并做相应的分析和统计,还可以设置捕获过滤规则,就某种协议(ip、 tcp、 udp 等)进行重点分析。 -I do a course experiments based on the WinPcap network sniffer, with source code, using c development,
linux_network
- 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-This is under linux on the C programming, which includes a socket several usage examples, udp, tcp, as well as the use of select.
SrvSend
- 采用udp协议,模拟pc机发数,每包都包含标志-select protocal udp ,for transmintting
QQTest
- 模仿QQ的聊天工具,能够获得IP地址和计算机名,可以选择UDP或TCP通讯,并可以传送文件。-Mimic QQ chat tools, be able to obtain IP address and computer name, you can select UDP or TCP communications, and can transfer files.
NetExp3
- VC实现的多协议多服务服务器程序,select+TCP+UDP-VC realize multi-service multi-protocol server
shuoming
- 网络通讯编程时的记录,添加一个对话框选择不同的“工作方式”。将发送的UDP报文显示出来。-Network communications programming record, add a dialog box, select a different " ways of working." Will send the UDP packet is displayed.
udpserver
- UDP服务器编程,编写程序,设计UDP服务器。选择UDP为主要的网络通信技术 ①程序能够流畅地完成视频文件的传输 ②要能够对多个客户端,需要通过UDP模拟多个客户端连接的验证情况 -UDP Server program, write programs, design UDP servers. Select UDP as the main network of communications technology ① program can complete the smooth tra
SimpleChat
- 基于UDP的Sockets编程,实现了聊天室的基本功能,大家可以在一块聊天,并且可以选择聊天室。-UDP-Sockets-based programming to achieve the basic function of chat rooms, you can be a chat, and you can select the chat room.
net
- 一个很好的关于网络技术与编程的PPT,是初学者很好的选择 1 简介 2 传输层 TCP 和UDP 3 套接口编程基础 4 基本TCP套接口编程 5 TCP 客户-服务器例子 6 I/O复用:select和poll函数-A good programming on network technology and PPT, are a good choice for beginners 1 Introduction 2 transport layer TCP and UDP 3