资源列表
AsyncSSLClient
- 配合异步socket使用SSL的例子。异步Socket可以使用很少的线程(最少只需要一个线程)就能管理大量的连接-with asynchronous socket using SSL example. Asynchronous Socket can use a few threads (at least only one thread) will be able to manage a large number of connections
1netport
- 顯示端口軟件, 顯示本地端口,tcp, udp一按即顯示-Show port software, indicating that the local port, tcp, udp a show by that
NE2000drivers(RTL8019AS)
- RTL8019AS兼容的NE2000的部分驱动程序,适合TCP/IP开发-RTL8019AS NE2000 compatible part of the driver, suitable for TCP / IP development
MACSPOOF
- Program Macspoof Created by Bruce Raisley and released to the public domain. Compiles under Delphi 6,7 and up Requires: NETCONLib_TLB import type library Type Lib: C:\WINDOWS\system32\hnetcfg.dll (1)
console_udp
- 此程序实现了网络数据传输系统中网络层的面向无连接传输数据的功能-This program implements the network data transmission system for connectionless network layer functions to transfer data
vtcp10_use_example_Demo_code
- 关于VTCP VTCP是虚拟TCP协议缩写,它实现了UDP可开传输,UDP本来是一种不可靠的网络协议,但在有些情况下UDP协议可能会变得非常有用。因为UDP具有TCP所望尘莫及的速度优势。虽然TCP协议中植入了各种安全保障功能,但是在实际执行的过程中会占用大量的系统开销,无疑使速度受到严重的影响。反观UDP由于排除了信息可靠传递机制,将安全和排序等功能移交给上层应用来完成,极大降低了执行时间,使速度得到了保证。因此我们设计出了一种新的可靠UDP协议(VTCP),自动实现UDP数据传输的
ConsoleApplication1
- Chat that works with a console application
GPS_CRANE
- 实现多线程服务器,实现GPS定位点坐标和工作状态解析、存储、以及安全距离判断、实时发送报警信息、数据库使用mysql。-Multi-threaded server, realize GPS positioning coordinates and work state analysis, storage, and security the judge, send real-time alarm information, mysql.
WindowsSocketIOModel
- Windows网络与通信程序设计几种常见模型范例(OverlappedServer WSAAsyncSelect EventSelectServer select WSAEventSelect)-Windows network and communications programming examples of several common models (OverlappedServer WSAAsyncSelect EventSelectServer select WSAEventSel
ourdev_632101LY4KLC
- 一个已经编译好的CS5463底层驱动程序,可以使用啊-A good CS5463 underlying driver has been compiled, you can use ah
Code
- 此程序为 发送tcp udp 本程序需要安装Winpcap,版本为3.1,其他版本可能造成程序无法正常使用。 开发平台: windows XP SP2 Visual Studio.net 2003-This procedure to send tcp udp This procedure will need to install Winpcap, version 3.1, other versions may result in the procedure not
tcp_test
- 利用vc++下编程对于tcp协议的验证,有助于理解tcp工作过程