CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - winsock tcp udp
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - winsock tcp udp - List
[
WinSock-NDIS
]
Winsock通信测试程序--Source-V2.0
DL : 1
使用Winsock控件编写的TCP、UDP通信测试程序,支持CRC、XOR、SUM等通信校验方式,是一款比较使用的工程测试工具软件-Winsock controls prepared by the TCP, UDP communications test procedure, support CRC, XOR, SUM calibration methods such as communications, is a comparison of the use of engineering software testing tools
Update
: 2008-10-13
Size
: 62.43kb
Publisher
:
黄先生
[
Communication
]
Winsock详细使用例程
DL : 2
Winsock详细使用例程有TCP、UDP、DOWNLOAD操作不是使用Winsock控件的VB源代码。-Winsock detailed routines use a TCP, UDP, DOWNLOAD operation instead of the Winsock Control VB source code.
Update
: 2008-10-13
Size
: 59.06kb
Publisher
:
张扬
[
Internet-Network
]
支持UDP TCP ICMP的QQ代理程序
DL : 0
支持UDP TCP ICMP的QQ代理程序-support the ICMP TCP UDP QQ agent
Update
: 2025-02-17
Size
: 8kb
Publisher
:
呵呵
[
Internet-Network
]
Winsock通信测试程序--Source-V2.0
DL : 0
使用Winsock控件编写的TCP、UDP通信测试程序,支持CRC、XOR、SUM等通信校验方式,是一款比较使用的工程测试工具软件-Winsock controls prepared by the TCP, UDP communications test procedure, support CRC, XOR, SUM calibration methods such as communications, is a comparison of the use of engineering software testing tools
Update
: 2025-02-17
Size
: 62kb
Publisher
:
黄先生
[
Internet-Network
]
vc网络编程
DL : 1
关于vc网络编程的几个例子包括 收发送电子邮件、FTP上传下载、WINSOCK-UDP、WINSOCK-TCP-vc network programming on a few examples, including resumption send e-mail, FTP upload download, WINSOCK- UDP, WINSOCK-TCP, etc.
Update
: 2025-02-17
Size
: 247kb
Publisher
:
白云城主
[
Communication
]
Winsock详细使用例程
DL : 0
Winsock详细使用例程有TCP、UDP、DOWNLOAD操作不是使用Winsock控件的VB源代码。-Winsock detailed routines use a TCP, UDP, DOWNLOAD operation instead of the Winsock Control VB source code.
Update
: 2025-02-17
Size
: 59kb
Publisher
:
张扬
[
Windows Develop
]
winsockCHAT
DL : 0
本实验要求利用微软的socket编程一段程序,可以利用TCP 协议或者UDP协议,实现点-点通信-requirements of the experimental use Microsoft's socket programming section of procedures, we can use TCP or UDP achieve point-to-point communication
Update
: 2025-02-17
Size
: 15kb
Publisher
:
刘杰
[
Internet-Network
]
winsock_123456789
DL : 0
winsock programs for TCP and UDP
Update
: 2025-02-17
Size
: 52kb
Publisher
:
aa
[
Internet-Network
]
network_programming_vb
DL : 0
VB网络编程范例,包括:WinSock控件TCP,WinSock控件UDP-VB network programming examples, including : WinSock Control TCP, UDP WinSock Control
Update
: 2025-02-17
Size
: 61kb
Publisher
:
chen
[
Internet-Network
]
chap4sock
DL : 0
1. 目录simpletcp是通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端;2. 目录simpleudp是通过Winsock API实现UDP聊天的程序;3. 目录winsock control是通过winsock控件实现聊天的程序,其中子目录tcp是通过winsock控件实现tcp聊天的程序、而子目录udp是通过winsock控件实现udp聊天的程序;-1. Contents simpletcp through Winsock API TCP chatting procedures , the integration process server and the client; 2. Contents simpleudp through Winsock API UDP chatting procedures; 3. Contents winsock control is achieved through chat winsock control procedures, tcp subdirectory which is achieved through winsock tcp Chat Control procedures and subdirectories udp through winsock Controlware udp chatting procedures;
Update
: 2025-02-17
Size
: 74kb
Publisher
:
marble
[
Database system
]
Oftomatization
DL : 0
为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP/IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP/IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock
Update
: 2025-02-17
Size
: 10kb
Publisher
:
wq57
[
Software Engineering
]
VB_WINSOCK
DL : 0
利用VB中WINSOCK实现局域网中的通信,对于局域网用户中的编程爱好者来说,如果能自己编一个局域网通信程序,那么这一切将是多么美妙!可是,如果要从头开始完全由自己来编写一段用于通信的程序,必须对相关的网络协议及其他的一些较底层的技术有较深入的了解,这可不是一件容易的事。而现在有了Winsock控件,一切就不同了,它已经替你封装了所有烦琐的技术细节,并提供了访问TCP和UDP网络服务的方便途径。你只需通过设置控件的属性并调用其方法就可轻易连接到一台远程计算机中,并且还可以双向交换数据,而这一切都不需你了解TCP的细节或调用低级的Winsock APIs。
Update
: 2025-02-17
Size
: 4kb
Publisher
:
DFDF
[
Internet-Network
]
j_9021_myicq
DL : 0
即时通讯工具。VB开发 使用WINSOCK和TCP/UDP协议-Instant messaging tools. VB to develop the use of WINSOCK and TCP/UDP protocol
Update
: 2025-02-17
Size
: 1023kb
Publisher
:
杨过
[
VC/MFC
]
WinSock_example
DL : 0
WinSock编程实例,电子书类.包括TCP UDP例子-WinSock programming examples, e-books category. Including TCP UDP example
Update
: 2025-02-17
Size
: 225kb
Publisher
:
sdghgk
[
Internet-Network
]
WinsockTCP-UDP
DL : 0
Delphi源码\\Winsock TCP-UDP.rar-Delphi source \ Winsock TCP-UDP.rar
Update
: 2025-02-17
Size
: 229kb
Publisher
:
mama
[
Program doc
]
WinsockWithVB
DL : 0
TCP/IP vs UDP/IP Using VB + Winsock -TCP/IP vs UDP/IP Using VB+ Winsock
Update
: 2025-02-17
Size
: 27kb
Publisher
:
boonlue
[
Internet-Network
]
PacketSniffer
DL : 0
一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写,可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存到日志记录文件中。抓包速度比较快,以树形列表给与分析,可以查看原始数据包。该程序需要在Windows XP/2000/NT操作系统上,并且有管理员权限。-1 PacketCapture tools to support the three kinds of protocols (TCP, UDP and ICMP) packet capture, using the winsock API write, you can easily expand their programs. Can be saved for each crawl of the protocol data to a log file. Ethereal' s faster, in order to give the analysis of tree list, you can view the original packets. The program requires Windows XP/2000/NT operating system and has administrator privileges.
Update
: 2025-02-17
Size
: 53kb
Publisher
:
subzero_cn
[
Windows Develop
]
socket_ptop_mfc_
DL : 0
一个结合了mfc/winsock/多线程等技术实现的聊天程序,只有聊天功能,但是用于广泛,主要适用了tcp链接,udp打洞技术.-A combination of mfc/winsock/multi-threading technology to achieve a chat program, and only chat, but for a wide range, mainly applicable to the tcp link, udp holes technology.
Update
: 2025-02-17
Size
: 266kb
Publisher
:
banjaming0
[
Internet-Network
]
ServerSocket
DL : 0
一个很好的winsock tcp/ucp示例,相信看了肯定收益颇丰-a good example for winsock about tcp/udp
Update
: 2025-02-17
Size
: 3.94mb
Publisher
:
chenshapin
[
TCP/IP stack
]
VB-winsock-Dll
DL : 0
VB 开发 winsock Dll TCP UDP协议 Winsock Control Clone CDownload-VB winsock Dll TCP UDP Winsock Control Clone CDownload
Update
: 2025-02-17
Size
: 60kb
Publisher
:
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.