搜索资源列表
Socket转发工具_Oracle
- 实现Oracle客户端和Oracle服务器中间转发的Java源代码.*注:使Window下Oracle数据和侦听端口共享,需要在注册HOME0表中加USE_SHARED_SOCKET=TRUE即可-Oracle client and the Oracle server transmitted among Java source code .* Note : Window to enable Oracle data and the interception of port sharing, the
Socket
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
java 网络传输大文件
- 网络传输大文件,于是对基于socket的文件传输采用了缓冲输入/输出流来包装输出流,再采用数据输入/输出输出流进行包装,加快传输的速度。基本传输需要大家一般都知道,建立socket链接设置端口,监听端口-Network to transfer large files, so socket-based file transfer using buffered input/output stream to wrap the output stream, then use the data input
SocketConnection.zip
- J2ME code to connect socket to remote server at port 80 and request HTTP service for viewing index.html ,J2ME code to connect socket to remote server at port 80 and request HTTP service for viewing index.html
iocp.rar
- 完成端口的一个例子,实现了心跳。 一个初学者最好的工具,An example of the completion of the port to achieve a heart rate
IOCP.rar
- Socket通讯中服务端的性能最高的实现方法:完成端口,,Socket client communication services to achieve the highest performance method: the completion of the port,
CWinFormSocket
- Socket,端口监听,实现聊天室,点对点文件传输。-Socket, port monitor, the realization of chat rooms, peer-to-peer file transfer.
Socket-basedportscanner
- 基于Socket编写端口扫描器端口扫描技术和网络攻击论文-Socket-based port scanner port scan the preparation of technical papers and network attacks
Socket
- 用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
Tcpsend
- Command line tool to allow sending of text/hex data over a TCP socket connection to a specified port. Very useful for comms testing.
socket
- 用c++写的一个套接字文字传输,包括服务器和客户端,采用vc++6.0开发环境,用户可以在config文件中设置端口-Using c++ socket write a text transmission, including server and client, using vc++6.0 development environment, users can set the port in the config file
transport
- socket端口转发源代码,输入IP,监听端口号,目的IP。目的端口号,即可完成转发-socket port forwarding source code, enter the IP, listening port number, purpose of IP. Destination port number, to complete forwarding
Socket-services
- VB源代码-Socket端口转发 -VB Source-Socket port
socket-port-listen-Pro-
- 监听socket端口的通与断,也可以修改后自己使用-listen socket port
Socket
- Socket端口通信,CLient为客户端,Server为服务器端,需要同时运行,一方监听一个ip的端口,一方发送请求,经过实验可以成功运行,我自己写的代码-Socket port communication, CLient for the client, Server is the server side, you need to run simultaneously, one listener an ip port, one party sends a request, after the
Port-multiplexing_fu
- 该代码使用SOCKET的SDK完成了端口复用的编写,可以用来学习端口复用的方法-The code uses the SDK to complete the preparation SOCKET port multiplexing can be used to study port multiplexing method
java-Socket通信
- Socket实现服务器端接收通信端口的消息,及向通信端口发送消息。(Socket implements the message received by the server on the communication port and sends the message to the communication port.)
UDP 广播socket自动连接客户端
- 两台或多台android设备,其中有一台作为服务端,则另外一台或几台作为客户端,然后通过UDP进行自动连接.其实现的原理很简单,服务端这一边通过MulticastSocket将自己的有关信息,如IP,端口等广播出去,同一个广播地址里面的客户端可以接收到该广播,并从中解析要相关的信息.(Two or more Android devices, including one as a server, then another one or several Taiwan as the client, a
vb-socket-server-client
- 使用vb6编写的简单的端口监听程序,包含服务端和客户端代码,先启动客户端,再启动客户端,点击连接后会弹出连接成功的提示,在客户端文本框中输入文本,服务端会实时显示内容。(The simple port listening program written with VB6 includes the server and the client code, starting the client first, and starting the client. After clicking the co
STM32驱动ch395_4个socket连接
- main.c已详尽注释连接的引脚 和 调试助手参数。STM32分别以串口,硬件SPI,模拟并口驱动CH395,4个socket连接, 原路返回上位机发送的数据。串口模式支持更改工作波特率,硬件SPI速率最高36MHz, 模拟并口较快,这三种模式支持在stm32任意型号下。(Main.c has commented on pins and debugging assistant parameters in detail. STM32 drives CH395 and 4 sockets by se