联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All TCP/IP协议栈(58) 
按平台查找All C++(58) 

[TCP/IP协议栈] Multiplexed-Chat-Server

使用TCP/IP协议连接到服务器并与其他用户通信的多路聊天。服务器版本
Multiplexed chat using TCP IP protocol to connect to a server and communicate with other users. The server version (2024-02-23, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708725913140504.html

[TCP/IP协议栈] server-client

实现服务器客户端、TCP IP网络
implement server-client, TCP IP networking (2024-02-05, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1707170038614006.html

[TCP/IP协议栈] testTCPIP

客户端服务器应用程序
Client server application (2023-11-29, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1701380694471923.html

[TCP/IP协议栈] Socket_server_TCPIP_server_MFC_C-

套接字服务器_TCPIP服务器_MFC_C++
Socket_server_TCPIP_server_MFC_C++ (2023-11-20, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1700519139316401.html

[TCP/IP协议栈] ndhs

DHCP4、DHCP6和IPv6路由器播发服务器。,
DHCP4, DHCP6, and IPv6 Router Advertisement server., (2023-07-05, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1696766876436412.html

[TCP/IP协议栈] xbttracker6

支持IPv6的XBT跟踪器,
XBT Tracker with support IPv6, (2018-01-19, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1696766806793056.html

[TCP/IP协议栈] mrd6

用于Linux的IPv6多播路由器,
IPv6 Multicast router for Linux, (2017-07-21, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1696766530606480.html

[TCP/IP协议栈] Servidor-TCP-IP-con-arduino

Servidor TCP IP控制器,,
Servidor TCP IP con arduino,, (2023-10-02, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1696349535878606.html

[TCP/IP协议栈] J2534-TCP

J2534 TCP IP包装器,
J2534 TCP IP Wrapper, (2023-09-27, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695831451252937.html

[TCP/IP协议栈] IOTMonitor

IOT监视器...,
????? IOTMonitor ????? ??????? ????? ???? ???? ??????? ???? ????? ??????. ?? ??? ??? ??????? ???????? ????? ??? ??? ?? ?????? ???? ? ?? ?? ? ???????? ??? ?????? ?????? ??????. (2018-07-18, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695718134866702.html

[TCP/IP协议栈] Project_TCPIP_TestServer

使用TCP IP协议的Echo服务器,
Echo Server using with TCP IP Protocol, (2023-08-01, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695718094236027.html

[TCP/IP协议栈] Windows-TCPIP-Server

此TCP IP服务器能够处理多个客户端。当客户端连接并发送消息时,服务器将广播确切的内容...,
This TCP IP server is able to handle multiple clients. When a client connects and sends a message, the server broadcasts exactly what is received from the client (there is no special client managing). It is up the clients to display their own username. This server is limited to 512 character messages. (2017-03-18, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695717950392398.html

[TCP/IP协议栈] tcpipcppdecoder

使用纯Cpp11和libpcap的TCP IP解码器,
TCP IP decoder using pure Cpp11 and libpcap, (2016-05-10, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695717950982244.html

[TCP/IP协议栈] Tcp_Multi-client

Tcp/Ip通信源码,实现一个服务器端,多个客户端通信模式
Tcp/Ip communication source, achieve a server, multiple client communication mode (2015-05-13, C++, 324KB, 下载13次)

http://www.pudn.com/Download/item/id/1431503572159446.html

[TCP/IP协议栈] network

并发的TCP的ECHO服务器的源代码。书对应TCP/IP进行网际互联-客户-服务器编程与应用
The ECHO concurrent TCP server source code. Book corresponding TCP/IP internetworking- client- server programming and applications (2014-06-02, C++, 3KB, 下载1次)

http://www.pudn.com/Download/item/id/2557626.html

[TCP/IP协议栈] TCP

实现TCP服务器端程序实现TCP服务器端程序实现TCP服务器端程序
Implement TCP server-side programImplement TCP server-side programImplement TCP server-side program (2013-10-19, C++, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/2377762.html

[TCP/IP协议栈] tcp_server_fork

tcp协议通讯服务器端 通过创建子进程实现重复型服务器
tcp protocol communication server code (2012-05-03, C++, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/1854179.html

[TCP/IP协议栈] TCP

基于TCP协议实现客户端与服务器在约定的端口上进行数据传输。客户端程序仅知道服务器的主机名,并不知道服务器的IP地址。 客户端 1从命令行输入服务器的的主机名连接到服务器; 2获取本机的相关信息包括:IP地址、开通的端口、操作系统的名称、本机名称列表、操作系统版本号、硬件版本; 3将上述信息进行凯撒加密并发送给服务器; 4接受服务器返回的经处理后的字符串,并显示; 5当用户输入CTRL+D或者“bye”时终止连接并退出。 服务器端 1服务器等待客户连接,连接成功后向客户发送欢迎信息; 2接收该客户的信息,然后解密并显示,并将收到的客户端操作系统版本号信息送回给客户端; 3要求服务器具有同时处理多个客户的能力。
TCP-based client and server to achieve the agreed port for data transmission. Client only know the server s host name, do not know the server s IP address. Clients A command line, enter the server s host name to connect to the server 2 to obtain the relevant information, including the machine: IP address, open ports, operating system name, local name of the list, operating system version, hardware version 3 Caesar the above information is encrypted and sent to the server 4 Accept the server returns the string after treatment, and display 5 When the user enters CTRL D or "bye" to terminate the connection and exits. Server-side 1 server waits for client connections, the connection is successful to send welcome message to the customer 2 receives the customer information, and then decrypt and display, and will receive the client operating system version information back to the client 3 requires that the server has the ability to simultaneously handle multiple clie (2011-11-29, C++, 2KB, 下载10次)

http://www.pudn.com/Download/item/id/1714274.html

[TCP/IP协议栈] 63_s1

TCP/ip网络通信代码/服务器端和客户端之间的通信等
TCP/IP NETWORK COMMUNICATION (2011-09-13, C++, 5365KB, 下载7次)

http://www.pudn.com/Download/item/id/1644968.html

[TCP/IP协议栈] 简单的聊天程序

要求使用1对1的连接,具体形式为面向连接的TCP客户机/服务器模式。在两台机器(同一台机器上也可以)上依次启动服务器、客户端,在客户端输入正确的服务器地址后确认连接是否成功;若成功则可以在客户端和服务器短之间互相收发信息
require the use of one pair of a link to specific forms of TCP connection-oriented client/server model. The two machines (the same machine can), followed restart the server, client, the client server input the correct address after connecting recognized success; If success can be in the client and server between short transceiver information (2005-04-24, C++, 56KB, 下载24次)

http://www.pudn.com/Download/item/id/1114329365156192.html
123
总计:58