搜索资源列表
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 server and client use them they r working fine
udp_echo
- UDP echo programming for socket programming
linphone-3.3.0.tar
- linphone-3.3.0 版本,这个就不多做介绍了,知道的人都知道!如果还是不知道,那么看看下面英文的介绍吧。-Features Linphone provides a large amount of functionalities. List of supported features: * audio with the following codecs: speex (narrow band and wideband), G711 (ulaw,alaw),
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
server
- contains one code for udp client , simple tct server , forked server , threaded server , echo server
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
UDP-echo-client-server
- UDP echo client server