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

[TCP/IP协议栈] WebServer

使用TCP IP协议在Rust中创建web服务器
Creating a web server in Rust using the TCP IP protocol (2024-03-12, Rust, 0KB, 下载0次)

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

[TCP/IP协议栈] tcp-ip-echo-server-client

python和c中的tcpipecho服务器客户端
tcp ip echo server client in python and c (2024-03-04, C, 0KB, 下载0次)

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

[TCP/IP协议栈] wg-client-server

Wireguard IPv6客户端服务器命令行工具,
Wireguard IPv6 Client Server Command-line Tool, (2023-08-13, Python, 0KB, 下载0次)

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

[TCP/IP协议栈] rxzSMBClient

Samba smb Android客户端 文件浏览器 CIFS ipv4 ipv6 域名,
Samba smb Android client file browser CIFS ipv4 ipv6 domain name, (2020-07-23, Java, 0KB, 下载0次)

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

[TCP/IP协议栈] bjut_ipv6

北京工业大学服务器ipv6免流量上网,
The server of Beijing University of Technology is ipv6 free of traffic, (2019-01-20, Shell, 0KB, 下载0次)

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

[TCP/IP协议栈] TCPIPSocketServer

TCP IP套接字网络(Java Socket服务器,Android Socket客户端),
TCP IP Socket Network (Java Socket Server, Android Socket Client), (2017-03-19, Java, 0KB, 下载0次)

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

[TCP/IP协议栈] visa

基于Go的VISA资源管理器。,
Go-based VISA resource manager., (2023-09-13, GO, 0KB, 下载0次)

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

[TCP/IP协议栈] tcpip3

简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。 客户:(1)客户先创建流套接字,向服务器发起TCP连接。 (2)连接创建成功后,接收服务器返回UDP服务端口号,创建数据报套接字。 (3)分别通过流套接字和数据报套接字与服务器进行通信。 (4)断开与服务器的连接。 服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。     (2)服务器创建数据报套接字,等待接收客户的数据。 (3)当收到一个客户TCP连接请求,创建连接套接字同意与其创建连接。 (4)通过连接套接字返回UDP服务端口号给客户端。 (5)分别使用连接套接字和数据报套接字与客户进行通信。
Simple client/server, server to achieve concurrent response to the customer s UDP communication requirements, but also to respond to the client s TCP communication requirements. Customer: (1) the customer first creates the stream socket, initiates the TCP connection to the server. (2) after the connection is created, the server returns the UDP service port number, and the data is created. (3) to communicate with the server via a stream socket and a data socket. (4) disconnect the server. Server: (1) server to create a listening socket, monitor client TCP connection request. (2) the server to create a data reported socket, waiting to receive the customer s data. (3) when a client TCP connection request is received, the connection socket is created to agree to the creation of the connection. (4) to return the UDP service port number to the client via the connection socket. (5) using the connection socket and the data socket to communicate with the customer. (2016-11-24, Visual C++, 4885KB, 下载3次)

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

[TCP/IP协议栈] TCP_Server

套接字编程入门,TCP/ip服务器程序源代码。
Socket programming entry, TCP/ip server program source code. (2013-11-16, Visual C++, 22815KB, 下载2次)

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

[TCP/IP协议栈] nutss-0.1.0

TCP/UDP网络穿透,使用C++开发的服务器端
TCP/UDPnat traversal (2013-08-06, Visual C++, 2235KB, 下载24次)

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

[TCP/IP协议栈] WPClient

socket客户端,简单的用于和服务器交互的客户端编程,可以实现基本的传输,接收
socket client (2013-06-07, Visual C++, 2299KB, 下载2次)

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

[TCP/IP协议栈] Roll_Call

同步通信socket有服务器和客户端的点名系统
Synchronous communication socket with the server and client naming system (2013-06-04, C#, 89KB, 下载2次)

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

[TCP/IP协议栈] Server

进程内部的通信服务器端源代码,通过TCPIP实现
The process of internal communication server source code, via TCPIP (2013-05-14, Visual C++, 71KB, 下载3次)

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

[TCP/IP协议栈] socket_C

基于TCPIP服务器客户端通讯源码,很方便。
Based on the TCPIP server-client communication source code, very convenient. (2013-04-25, Visual C++, 2KB, 下载2次)

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

[TCP/IP协议栈] common

基本服务器创建例子模型,套接字通讯,基于TCP协议
Basic server to create the example model, socket communication (2012-12-12, Visual C++, 3KB, 下载4次)

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

[TCP/IP协议栈] Lab1

基于TCP协议的服务器与客户端连接的小程序
Applet based on the TCP protocol server and client connections (2012-07-09, Java, 1KB, 下载4次)

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

[TCP/IP协议栈] tcpsercli

基于C语言的TCP编程,包括服务器端和客户端。
C language-based TCP programming, including server and client. (2012-04-08, C/C++, 1KB, 下载3次)

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

[TCP/IP协议栈] echo_server

实现简单的tcp/ip服务器,反馈显示客户端输入。
Simple TCP/IP echo server (2012-01-06, C/C++, 1KB, 下载5次)

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

[TCP/IP协议栈] exchange

通过TCP和UDP来实现客户端与服务器的交互
Achieved by TCP and UDP client and server interaction (2011-10-27, Visual C++, 4KB, 下载4次)

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

[TCP/IP协议栈] TcpClientServerDemo

这是一个基于TCP/IP协议的客户服务器通信演示程序
This is a TCP/IP-protocol client-server communication demo (2010-06-21, C#, 12KB, 下载7次)

http://www.pudn.com/Download/item/id/1218473.html
总计:1436