搜索资源列表
echoServerVC
- 实现TCP和UDP,任意端口下的echo server-TCP and UDP, arbitrary port under the echo server
echo
- 1.TCP客户端程序2.在运行中键入“cmd”后,在出现的window consle对话框中输入ipconfig –all,得到类似图片“ip地址情况”的结果, 3.得到本机的ip地址(与题目2中的ip地址相同),将其转化为一个用32位无符号长整形表示的数值,
UDPEcho
- 一个UDP echo服务器 用来把客户端发来的数据返回给客户端,同时可以用共享内存的方式由另一个进程得到信息
ping_example
- ping_example (Ethernet Library ping demo for ENC28J60 mcu) this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests-ping_example (Ethernet Library ping demo for ENC28J60 mcu) this code shows how
echo_TCP
- echo基于tcp的客户端.很基础,适合初学者-echo-based client tcp. very basic, suitable for beginners
echoclient
- unix program of echo client for tcpip socket programming learning
echoserver
- unix program of echo server for tcpip socket programming learning
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
TCP_echo
- simple TCP echo. run server in background, then run the client. type sumting in client, and then server will echo it.
EchoServer
- 一个简单的回音器server的C++实现。对于理解SOCKET编程有很好的学习效果。-A simple echo server device of the C++ implementation. SOCKET programming for understanding a very good learning.
clientserver
- 客户端可以从服务下载文件也可上传文件,还有实现echo等命令。-Client can download from the service can also upload files, and so on to achieve echo command.
ECHO
- Windows Socket Echo 程序 包含服务器和客户端,多链接 dir get put 等功能-Windows Socket Echo program includes server and client, multi-link dir get put functions
server
- UDP echo服务器的程序,相比tcp 要简单,传输的过程也简单。-UDP echo server program. It s easier than the tcp server,and the transmission is also easy.
TCPSer
- This is to implement echo server using TCP
echo
- 一个简单的完成端口demo,可以运行,测试过了-A simple completion port demo, you can run, test passed
UDPEchoClient
- A UDP Echo Client which echoes the words typed in the UDP server, and the server echoes the UDP Echo Server, ok?
01.TCP-Echo
- linux 2.6内核下的Tcp/ip服务器端-base on linux 2.6 kernel,and is a server of Tco/ip
Echo
- Server Socket tcp connection program with echo request
Echo
- Client/Server回聲程式,Server會回傳Client所送出的資料,使用threading概念-Client/Server Echo, Server will reply the same message Client sent.
