搜索资源列表
同步套接字监听
- 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainfr a me bundled, port monitoring, data transmission and data reception capabili
异步套接字监听
- 服务端和客户端都必须建立通信套接字,而且服务端应先进入监听状态,然后客户端套接字发出连接请求,服务端收到请求后,建立另一个套接字进行通信,原来负责监听的套接字仍进行监听。-server and the client must have a communications socket, but the server should first enter the state eavesdropping, and then sent the
用原始套接字实现网络监听的源代码
- 这是一款用Visual C++编写的,用原始套接字实现网络监听的源代码,运行环境为 VC。 -This is a Visual C prepared with raw socket network of eavesdropping source code, operating environment for the VC.
net_monitor
- 用原始套接字实现网络监听 -socket with the original network monitoring
JAVAsocketServer
- 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架-the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic fr a mework
listen
- 网络监听程序,基于创建原始套接字,修改I/0选项实现的一个IP包捕获的应用程序-network monitoring procedures, based on the creation of the original socket, revised I/0 option of achieving an IP packet capture applications
同步套接字监听
- 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainfr a me bundled, port monitoring, data transmission and data reception capabili
异步套接字监听
- 服务端和客户端都必须建立通信套接字,而且服务端应先进入监听状态,然后客户端套接字发出连接请求,服务端收到请求后,建立另一个套接字进行通信,原来负责监听的套接字仍进行监听。-server and the client must have a communications socket, but the server should first enter the state eavesdropping, and then sent the
vc网络监听
- 基于创建原始套接字,修改I/0选项实现的一个IP包捕获的应用程序 -on creating original socket, revised I/0 option of achieving an IP packet capture applications
WinApp_server
- winsocket编程 服务器端程序 当服务器端的网络监听功能打开后,便处于实时的监听状态,可即时监听到用户通过socket发来的信息并进行相应的处理,可同时接受多个用户同时连接,并开启多个处理线程。-winsocket programming process server when the server side of the open network monitoring functions, it is a real-ti
同步套接字服务器端
- 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了-use synchronization socket server host parsing mainfr a me bundled, port monitoring, data transmission and reception functions to achieve communication between the
socket-BT
- 基于BT的文件传输工具,传送方输入IP,接受方监听就可以实现了。-based on BT's file transfer tool to enter IP transmission, the receiving party eavesdropping on reality.
wangluojianting
- 这是一款用Visual C++编写的,用原始套接字实现网络监听的源代码,运行环境为 VC。 -This is a Visual C prepared with raw socket network of eavesdropping source code, operating environment for the VC.
Socket
- 基于C/S结构的Socket程序设计 即通信双方一方作为服务器等待客户提出请求并予以响应。客户则在需要服务时向服务器提出申请。服务器一般作为守护进程始终运行,监听网络端口,一旦有客户请求,就会启动一个服务进程来响应该客户,同时自己继续监听服务端口,使后来的客户也能及时得到服务。-Based on C/S structure Socket programming that is both side of communication a
Chat
- 包含服务器端和客户端两部分,用CSocket类完成监听,连接以及传输-Contains the server-side and client in two parts, with the completion of CSocket Class monitor, connection and transmission
SimplePushRegistry
- 这是非常简单的例子,叫做“PushRegistry和短信联动演示”。她提供了两个命令“注册短信监听”和“取消短信监听”。 注册短信监听,则调用 PushRegistry.registerConnection(connURL, MIDletStr, FilterStr) 来向手机申请专门监听某一个端口,这个端口可以是各种协议, 可以是蓝牙的btspp://:, 也可以是短信的sms://:,
netsniffer
- 可以对同一个网段下面的数据进行sniffer,研究网络socket监听-Can be on the same network segment the following data sniffer, monitor socket Research Network
Socket
- 一个典型的C#点对点Socket应用实例,包括服务端和客户端两部分,服务端启动后,监听来自客户端的信息,客户端向服务端发送消息,两者点对点实现对接,众多聊天软件是在此点对点的基础上进行再扩展开发而来,因此掌握基础的点对点编程,对以后从事VS开发将大有好处。-A typical C# example of point-Socket applications, including service and client of two part
PublicNetSoft
- VC++ SOCKET API通讯实例源码 本源代码主要是演示如何使用VC++的SOCKET API进行网络通讯的实例,代码包括客户端与服务器端,分别运行两程序,互相监听,互相接发消息,原理简单,没用到什么高深技术,都是很基础的,因此可能对VC的入门者比较有-VC++ SOCKET API communication example source code for the main origin is to demonstrate
RawSocket
- C#编写的ras socket网络监听程序,使用vs2015编译通过,并可使用(C# prepared by the raw socket network monitoring procedures, through the use of vs2015 compiler, and can use)