搜索资源列表
echo_TCP
- echo基于tcp的客户端.很基础,适合初学者-echo-based client tcp. very basic, suitable for beginners
TCP_echo
- simple TCP echo. run server in background, then run the client. type sumting in client, and then server will echo it.
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个选
tcp_echo
- TCP echo program for socket programming
tcp_echo_select
- TCP echo select program for socket programming
SverTCP
- TCP单播通信,TCP回显服务器,将收到的客户端信息发送客户端,同时能在同客户端建立连接后显示客户端地址信息和当前连接数。-TCP unicast, TCP echo server, the client will receive information on sending client, while the client can establish a connection with the client address information after the show and the
echoserv
- This program demonstrates a simple TCP/IP server. It will accept a connection from a client application, receive one line of text, echo that line back to the client and close the connection.
scanport
- 利用VC2008写的一个网络扫描程序,能够以TCP connect、TCP SYN、TCP FIN三种方式扫描指定主机的端口;并能够以ICMP echo方式扫描指定IP段-Use VC2008 to write a network scanner, capable of TCP connect, TCP SYN, TCP FIN scan in three ways specified host port and ICMP echo mode can scan specified IP Sec
TCP-Echo
- 用TCP协议写的一个ECHO的客户端和服务器程序(内容makeifle,可运行)-Written agreement with an ECHO TCP client and server (content makeifle, can run)
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.
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
TCP-CLIENT1
- THIS PROGRAM IS BASED ON TCP ECHO CLIENT
tcp
- 一个TCP回显服务器,将收到的客户端信息发送给客户端,同时能在同客户端建立连接后显示客户端地址信息和当前连接数。-A TCP echo server, the client will receive information sent to the client while the client address information and the current number of connections with the client to establish a connection.
tcp
- 用c写的一个基于TCP的网络聊天室,有客户端client.c 和服务端echo.c,可以进行通信-C write a TCP-based network chat rooms, client.c and service end echo.c the client can communicate
tcp-echo
- tcp服务器的服务器程序,实现客户端与服务器的通信-tcp server to make communications
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.
01.TCP-Echo
- linux 2.6内核下的Tcp/ip服务器端-base on linux 2.6 kernel,and is a server of Tco/ip
TCP-CLIENT1
- THIS PROGRAM IS BASED ON TCP ECHO CLIENT