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

[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协议栈] Networking

测试网络的一些基本概念。包括回声客户端-服务器,TCP IP客户端服务器,加密,错误检测,配置...
Testing out some of the basic concepts of Networking. Includes echo client-server, TCP/IP client server, encryption, error-detection, congestion control techniques etc. (2023-11-10, Java, 0KB, 下载0次)

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

[TCP/IP协议栈] zte_ipv6_fix

在中兴通讯调制解调器上禁用了IPv6,在MF903上进行了测试,因为它会使调制解调器慢得像地狱一样。,
Disabled IPv6 on zte modems, tested on MF903, as it slows the modem down as hell., (2018-05-28, Shell, 0KB, 下载0次)

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

[TCP/IP协议栈] ipv6-httpd

支持IPv6和IPv4的Python Web服务器,
Python Webserver with IPv6 & IPv4 support, (2017-12-27, Python, 0KB, 下载0次)

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

[TCP/IP协议栈] hexns

解析Hexspeak子域的IPv6名称服务器,
Nameserver for IPv6 which resolves Hexspeak subdomains, (2014-07-25, C, 0KB, 下载0次)

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

[TCP/IP协议栈] SLC_TCPIP_NEMA

BC35 TCPIP NEMA版单灯控制器,
BC35 TCPIP NEMA single lamp controller, (2019-06-27, C, 0KB, 下载0次)

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

[TCP/IP协议栈] AFEServer

基于tcpip的服务器,与AFE交互,
tcpip based server which interacts with AFE, (2014-01-19, Java, 0KB, 下载0次)

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

[TCP/IP协议栈] DingYuanDtuServer3

这是当时项目中的服务器端程序,下层通过DTU将数据传到上层,上层通过此程序接收解析数据,存储到数据库,涉及到线程池编程,数据库编程,TCP/IP编程。
This was the project of server-side program, the lower the data transmitted by DTU upper, upper receiving and analyzing data through this program, stored in the , related to the thread pool programming, programming, TCP/IP programming. (2015-11-25, Java, 2704KB, 下载61次)

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

[TCP/IP协议栈] TcpIp_

TCP协议通信,包括服务器端和客户端,首先启动服务器端,然后开启客服端程序,进行通信。
TCP communications, including client and server, first start the server side, then open the end of the service procedures, to communicate (2014-07-26, C#, 111KB, 下载7次)

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

[TCP/IP协议栈] TCP-server-program

TCP通信服务器程序,有界面,用流式套接字sockets实现通信。相对应客户端稍后奉上
TCP communication server program interface communication stream socket sockets. Corresponds to the client to follow (2012-05-30, Visual C++, 3616KB, 下载10次)

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

[TCP/IP协议栈] W7100A_TCPS

基于网络芯片W7100A的TCP服务器程序
W7100A TCP server program (2012-04-29, C/C++, 111KB, 下载5次)

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

[TCP/IP协议栈] Tcp

这是个基于C#语言实现的Socket通讯,分客户端和服务器端,能进行TCP通讯
This is based on C# language of the Socket Communications, sub-client and server side, capable of TCP communication (2011-03-29, C#, 80KB, 下载43次)

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

[TCP/IP协议栈] TCP_NetwordDebug

TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。
TCP/IP debug (2010-12-07, Visual C++, 44KB, 下载13次)

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

[TCP/IP协议栈] TCP_IP

tcp_ip 服务器与客户端的通信源码。
tcp_ip server and client communate code. (2010-04-16, Visual C++, 31KB, 下载9次)

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

[TCP/IP协议栈] TCP

TCP 收发数据编程 C语言版 包括客户端和服务器端
TCP send and receive data programming C language version of both client and server side (2010-04-06, Visual C++, 10KB, 下载89次)

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

[TCP/IP协议栈] embed_TCP_IP_stack

本文件是嵌入式TCP/IP协议栈的说明文件,嵌入式TCP/IP应用开发人员可以通过阅读该文件,掌握在嵌入式TCP/IP协议栈的基础之上开发服务器/客户端应用程序,如FTP服务器,WEB服务器,串口服务器。
This document is embedded TCP/IP protocol stack documentation, embedded TCP/IP application development staff can read the document in the hands of the embedded TCP/IP protocol stack based on the development of server/client applications, such as FTP server, WEB server, serial server. (2009-08-23, MultiPlatform, 9KB, 下载14次)

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

[TCP/IP协议栈] socket

TCP 客户端和服务器端,非常的简单,适合初学者搞清楚TCP的原理
TCP client and server-side, very easy for beginners to figure out the principles of TCP (2009-03-23, C/C++, 13KB, 下载38次)

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

[TCP/IP协议栈] TCP_IP_Basics_ICMP_Protocol

在整个 TCP/IP 协定家族中,对 "使用者" 来说,ICMP 恐怕是易忽略的协定了。关于前面所讨论的协定,真要能发挥工作的前提条件是:"假设一切都没问题" 。然而,在当今如此复杂的网路环境中,前述条件恐怕是没办法保证的:设定可能有误、线路有可能会断、设备可能挂点、router 可能负载太高、 .... 等等又等等的状况,都是我们没办法确保的。那么,我们必需有一套机制来侦测或通知各种各样可能发生的状况,这就是 ICMP 协定的目的了
In the entire TCP/IP family agreement on the (2008-06-09, MultiPlatform, 302KB, 下载25次)

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

[TCP/IP协议栈] TCP

一个网络编程的程序代码,实现TCP聊天功能,包括服务器端和客户端
A network of programming code to achieve TCP chat functions, including server-side and client (2008-05-17, Visual C++, 540KB, 下载14次)

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

[TCP/IP协议栈] console_client

TCP/IP项目中的CLIENT端,用于给服务器发送信息
TCP/IP projects in the CLIENT-for the server to send a message (2007-03-05, Visual C++, 255KB, 下载85次)

http://www.pudn.com/Download/item/id/252425.html
总计:1420