搜索资源列表
UDPEcho
- 一个UDP echo服务器 用来把客户端发来的数据返回给客户端,同时可以用共享内存的方式由另一个进程得到信息
UDP-echo-client-server
- UDP echo client server
UdpRtc
- UdpRtc (Ethernet Library demo for ENC28J60 mcu) this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the command name *
UdpResponse
- this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the request in upper char with a header made of remote host IP & port nu
lab4
- Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。 连接成功后显示提示信息; 然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号); client在收到UDP Server的端口号后, 为用户显示3个选
udp_echo
- UDP echo programming for socket programming
echo
- 本示例为基于winsocket中AsyncSelect模型的简单的UDP回送程序。 本工程为vs2005-MFC工程,窗口用的是MFC,使用socket编写(非MFC的CSocket类)。 bin文件夹--->应用程序 src文件夹--->源代码-This example is based on winsocket AsyncSelect model in a simple UDP echo program. This works for vs2005-MFC proje
UDP-Echo
- 使用UDP协议写的一个ECHO的客户端和服务器的程序(原创+可执行)-Using the UDP protocol to write a ECHO client and server program (original+ executable)
client
- UDP Echo 客户端程序,比TCP 客户端简单,传输也更简单。-UDP echo client program, easier than the TCP echo client, the transmission is much easier.
server
- UDP echo服务器的程序,相比tcp 要简单,传输的过程也简单。-UDP echo server program. It s easier than the tcp server,and the transmission is also easy.
udp
- This code implements echo server using UDP
UDPEchoClient
- A UDP Echo Client which echoes the words typed in the UDP server, and the server echoes the UDP Echo Server, ok?
udpsim
- udp echo server (unix环境下运行)-udp echo server
echo
- 网络编程实现聊天功能,UDP实现聊天功能,发送与接受,sock.-The chat feature of network programming, UDP chat feature, send and receive the sock.
UDP_echo
- 自己写的一个UDP回射程序,采用winsocket套接字,可以自己指定目标主机的ip发送指定数据 -My ping program ,using winsocket which can send an UDP echo packet to the host you pointed and you can define the context
udp_echo_plus
- 实现TR143 udp echo plus 并通过文件映射内存,供TR69等进程直接访问此内存实现参数的读取。 具体参见TR143文档需求-TR143 udp echo plus
Implementation-of-echo-UDP-Server
- Implementation of echo UDP server
Using-TCP-and-UDP-server
- 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,当客户输入“q”后退出。-Write a server and client programs require customers to enter each line of data, the server receives added after the echo: back to the client, when customers enter " q" to exit.
UDP_Echo
- N年前为测试防火墙的NAT功能写的一个测试程序,采用windows socket编程,Client构造UDP报文发给Server,Server收到后返回应答。Doc目录下是当时搜集到的一些windows socket以及多线程编程相关的资料。-A network test program written by visual C++. Client send a UDP packet to server, and server response by UDP packet, so called U
UDP-echo-client-server
- UDP echo client server