Welcome![Sign In][Sign Up]
Location:
Search - TCP/UDP

Search list

[Internet-NetworkUDP_Connections

Description: UDP安全传输(完整源码) 1、自动分包组包 2、支持一次性发送任意大小的包 3、支持安全控制 4、根据丢包率和网速度动态控制发包速度(因时间的局限此功能未很好的实现) 5、对于用户透明的接口(开发人员不用关心实现细节可以和使用其它UDP控件一样简单的使用本类) 接口的简单说明,使用本类很简单 当想要发送大数据包或者具有安全控制的数据包就使用方法 SafeSendBuff 即可:) 当然接收方必须使用本类(即服务端。因为偶需要自动处理分包、组包、重发等细节) 给事件成员OnDataCase付值即可该事件是接收到数据时触发 具体使用方法请见演示程序 DemoClient.exe 为接收窗体 DemoServer.exe 为发送窗体 发送202575字节的东西需要3秒时间
Platform: | Size: 800768 | Author: jeffery | Hits:

[Internet-Networkudt.sdk.4.1.win32

Description: 可靠UDP传输, 长距离传输或者无线传输比TCP效率要高很多-UDP and reliable transmission, long-distance transmission or wireless transmission efficiency than TCP is much higher
Platform: | Size: 374784 | Author: lhl | Hits:

[Internet-NetworkIPMSG

Description: 飞鸽传书(IP Messenger) Ver2.04 跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密-Dove Chuanshu (IP Messenger) Ver2.04 cross-platform exchange of information, based on TCP/IP (UDP), no server, easy to use, can send files and folders, communication of data using RSA/Blofish encryption
Platform: | Size: 139264 | Author: 无其 | Hits:

[TCP/IP stackMemPcap

Description: 一个简单的以太网嗅探器,可以实现抓获/解吸ARP/IP/UDP/TCP协议.-A simple Ethernet sniffer, you can realize captured/desorption ARP/IP/UDP/TCP protocol.
Platform: | Size: 34816 | Author: ejoyc | Hits:

[CommunicationWindowsTCPUDP

Description: Windows网络与通信程序设计下的TCP/UDP程序设计-Windows network and communications programming under the TCP/UDP programming
Platform: | Size: 193536 | Author: crishal Huang | Hits:

[Othernetengineer

Description: 本书共20章,分为五大部分。前面第1章引言,内容涉及网络的产生和发展、主要功能、分类以及网络体系结构和ISO/OSI参考模型。第一部分(第2~3章)介绍数据通信知识,涉及数据通信基本概念和基础理论、传输介质、多路复用技术、数据交换技术、调制解调技术以及物理层接口技术等内容。第二部分(第4~6章)讨论各种底层网络技术,涉及各种广域网、局域网和高速局域网技术。第三部分(第7~11章)讨论网络互连技术及其相关协议,涉及网络互连、TCP/IP参考模型、IP、ARP和ICMP、IP路由以及TCP和UDP等内容。第四部分(第12~17章)讨论网络应用程序相互作用模式以及各种具体的网络应用,涉及客户/服务器模型、套接字编程接口、域名系统(DNS)、远程登录(Telnet)、文件传输和访问、电子邮件以及万维网。第五部分(第18~19章)讨论网络安全和管理。最后第20章简单介绍了网络技术的未来发展。本书主要供高等院校计算机专业高年级本科生和低年级硕士研究生作为计算机网络课程的教材使用,同时也可供计算机网络设计人员、开发人员以及管理人员作为技术参考书使用。
Platform: | Size: 1307648 | Author: 饺子 | Hits:

[JSP/JavaJAVATCP_IPUDP

Description: JAVATCP_IPUDP.rar这是一个java与tcp和ip和udp三者之间关系的好例子-JAVATCP_IPUDP.rar This is a java and ip and tcp and udp three good examples of the relationship between
Platform: | Size: 71680 | Author: aihenjiandan | Hits:

[TCP/IP stacknetcat

Description: Netcat,鼎鼎有名的网络瑞士军刀,一个简单而有用的工具,透过使用TCP、UDP协议的网络连接去读写数据。它被设计成一个稳定的后门工具,能够直接由其它程序和脚本轻松驱动。同时,它也是一个功能强大的网络调试和探测工具,能够建立你需要的几乎所有类型的网络连接。-Netcat, the network Swiss army knife鼎鼎有名, a simple and useful tool, through the use of TCP, UDP protocol data network connection to read and write. It was designed as a tool for the stability of the back door, directly from other programs and scripts to easily drive. At the same time, it is also a powerful network debugging and exploration tool, you need to build almost all types of network connections.
Platform: | Size: 105472 | Author: 吴昆 | Hits:

[ICQ-IM-Chat59561492007428193227953387

Description: 原创通信TCP编程之局域网聊天工具使用工具:Visual C++6.0-Original programming on the LAN TCP communication tools chat tools: Visual C++ 6.0
Platform: | Size: 44032 | Author: MK | Hits:

[Internet-NetworkIPMSG

Description: 基于多线程的局域网通讯工具,聊天采用UDP协议,文件传输采用TCP协议,是目前已知的传输速度最快的。-Multithread-based local area network communication tools, chat using UDP protocol, file transfer using TCP protocol, is known the fastest transmission speed.
Platform: | Size: 235520 | Author: andysun | Hits:

[TCP/IP stackchap1

Description: 有关网络编程方面的源码 ,采用winsck编写的,源程序中含有简单的tcp和udp聊天软件,只得一看
Platform: | Size: 1416192 | Author: lc | Hits:

[TCP/IP stackIPMessenger

Description: 跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密。
Platform: | Size: 160768 | Author: | Hits:

[Internet-NetworkBroadcasting_Messenger

Description: 用socket实现局域网内的广播信使 考虑要实现的具体的功能,基于TCP和基于UDP两种通信模型,主体部分分为类ServerSocket、类Socket基于TCP,以及MulticastSocket基于UDP两个主要方面,另外是实现图形化,便于操作和使用。 具体功能: 客户端将自己要发送的消息经由服务器端广播至所有的客户端。 服务器端以数据报将自己的IP地址广播至各客户端,以便于客户端与服务器端建立TCP连接;对客户端发送过来的欲广播的消息进行暂时的存储,之后再以数据报广播出去,这是基于UDP实现的,是不可靠的。 客户端可以对服务器端广播的消息进行接收,这是基于UDP的实现,并且可以与服务器端建立可靠的TCP连接,并发送出自己欲广播的消息,使该消息经服务器端广播到所有的客户端。 PS:这是小弟的课程设计所作. -err
Platform: | Size: 5120 | Author: dongfangyun | Hits:

[Internet-Networkopen_pc_and_port_scan

Description: 网络活动主机和开放端口扫描源程序,含开发文档,基于C#的rawsocket开发,支持 多线程 支持ARP,ICMP协议的活动主机扫描,支持TCP connect syn fin 三种方式的开放端口扫描,支持udp端口扫描-Networking activities, the host and open source port scan, including the development of the document, based on the C# The rawsocket development, support for multi-threaded support for ARP, ICMP scanning hosting agreement to support the TCP connect syn fin three ways of opening up port scanning, support udp port scan
Platform: | Size: 146432 | Author: 李刚 | Hits:

[TCP/IP stackjava10

Description: Java网络编程,基于TCP的套接字编程,基于UDP的套接字编程,URL和URI,一个实用的下载程序。-Java network programming, based on the TCP socket programming, UDP socket-based programming, URL and URI, a practical download.
Platform: | Size: 10240 | Author: 马启超 | Hits:

[TCP/IP stackTCPIPprotocolren

Description: TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.7 错误处理函数 8.8 Winsock 2支持的其他函数 本章小结 习题 第9章 高级网络编程API 9.1 MFC提供的Winsock类 9.2 信报API(MAPI) 9.3 WinInet API 9.4 其他网络程序设计API 本章小结 习题 第10章 网络程序设计实例 10.1 使用Winsock API设计网络程序的实例 10.2 使用MFC类库进行网络程序设计的实例 10.3 基于WinInet API的客户程序编写实例 10.4 原始套接口(SOCK-RAW)程序设计实例 10.5 广播通信与组播通信程序设计实例 习题-err
Platform: | Size: 4899840 | Author: wu | Hits:

[TCP/IP stacktcpipi

Description: 可生成网络上的UDP数据包, 用于测试网络数据流动情况-Can generate UDP network packets, for testing the flow of network data
Platform: | Size: 55296 | Author: llh | Hits:

[TCP/IP stackchat

Description: 采用了UDP和TCP两种不同的实现方式,采用多线程技术,程序在局域网内运行良好。-UDP and TCP uses two different ways, using multi-threading technology, the program is operating well in the LAN.
Platform: | Size: 959488 | Author: 潘宾 | Hits:

[Internet-NetworkTCPIP_zhongduan

Description: TCP.IP终端程序源代码是一个实现一个TCP.UDP终端的程序,通过该终端可以实现POP3、SMTP、FTP等各种功能-Terminal TCP.IP source code is a realization of a TCP.UDP terminal procedures, the terminal can be achieved through POP3, SMTP, FTP and other features
Platform: | Size: 2948096 | Author: netfjfzlj | Hits:

[Sniffer Package capturebag

Description: 本程序在linux下编写的,主要实现捕捉数据包,分析eth头,arp,ip,udp,tcp头部分信息。-This procedure prepared in linux, the main achievement of the packet capture, analysis eth head, arp, ip, udp, tcp first part of the information.
Platform: | Size: 2048 | Author: cash | Hits:
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »

CodeBus www.codebus.net