搜索资源列表
listen
- java的网络编程,socket做服务器端的程序。
listen
- 基于创建原始套接字,修改I/0选项实现的一个IP包捕获并分析的应用程序. vc6.0下编译通过-on creating original socket, revised I / 0 option of achieving an IP packet capture and analysis applications. Under compile vc6.0
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
ListenSocket.rar
- 封装好的监听(Listen)Socket类,非常好用!,Packaging good listening (Listen) Socket class, very easy to use!
Socket.rar
- Socket C++封装类, start, bind, listen, accept, close, send, recv...,Socket C++ package type, start, bind, listen, accept, close, send, recv ...
Rawsocket
- 使用Raw Socket抓取IP包 使用本程序后,可以监听到网络中的所有数据,只要稍微修改一下,网络中明文传输的“帐号-密码”就都呈现在你眼前了!-Raw Socket crawling using IP packet using this procedure, you can listen to the network all the data, as long as the slightly changed a bit, specifically transmission network &
服务器与客户间通过套接口Socket(TCP)连接
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法 -Between server and client through the socket Socket (
socket
- 用VC编写的socket小程序,有客户端和服务端,两者3次握手建立连接,用到了最基本的socket,bind,listen,send,receive,函数,非常适合初学者,我就是用这个例子学习的socket编程,很经典的例子有,还有小界面-Socket using a small program written in VC, there are client and server, the two three-way handshake to establish a connection, us
socket
- socket服务器客户端标准通信程序,打开一个程序,点击监听,再打开一个程序,点击连接,输入本机ip,就可以通讯了-the standard socket server client communication program, open a program, click listen, and then open a program, click the link, enter the local ip, you can communicate with
magent-0.6.tar
- magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
listen
- 简易socket服务端,实现简单的 TCP协议server端侦听发送-Simple socket server, TCP protocol to achieve a simple server-side listener to send
cSharp-socket-mutiport-programming(1)
- 本文讲下C#使用socket实现多端口通信,挺不错哦,一起看下吧。 基本思路是: 1》服务端监听(用一个公用的端口接收连接的请求如:6666)。 2》客户机请求连接端口为6666 3》服务器接受请求然后再监听一个新的端口,再把这个端口发送给客户机。 4》客户机接到发来的端口,再重新连接服务器此端口。 5》服务器保存每一个连接的客户机。 -This article about C# using the socket und
socket
- 客户端,使用Socket对网络上某一个服务器的某一个端口发出连接请求,一旦连接成功,打开会话;会话完成后,关闭Socket。客户端不需要指定打开的端口,通常临时的、动态的分配一个1024以上的端口。 服务器,使用ServerSocket监听指定的端口,端口可以随意指定(由于1024以下的端口通常属于保留端口,在一些操作系统中不可以随意使用,所以建议使用大于1024的端口),等待客户连接请求,客户连接后,会话产生;在完成会话后,关闭连接。 -Client, use the Socket o
SocketAPI
- 基于SOCKET的基本通讯源代码,代码包括socket的创建,listen的命令使用,以及服务器和客户端的配置。-Based on the basic SOCKET communications source code, code including the creation of socket, listen command uses, as well as the server and client configuration.
Socket-TCP-COM
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClien
socket-port-listen-Pro-
- 监听socket端口的通与断,也可以修改后自己使用-listen socket port
listen-socket
- linux socket中listen参数的详细介绍,对于了解listen函数的使用非常有用-Details of the listen parameters of Linux in socket, for the understanding of the use of the listen function is very useful!!
C--socket
- c.socket网络编程 Socket相关的操作由一系列API函数来完成,比如socket、bind、listen、connect、accept、send、sendto、recv、recvfrom等。调用这些API函数有一定的先后次序,有些函数的参数还比较复杂,对于开发者来说,不是很好用。于是,微软的MFC提供了两个类:CAsyncSocket和CSocket,极大地方便了Socket功能的使用。-failed to translate
socket-MUtlThread
- socket sever 不断监听listen 客户端client 请求。链接后开辟新的线程通信-socket sever listen client .multiple thread
Socket
- 创建windows SOCKET服务器,This is a Server side application! WSAStartup() called successful! socket() called successful! bind() called successful listen() called successful!(Creating a Windows SOCKET server)