搜索资源列表
SockTCP
- 该程序使用了Socket接口建立通住双方的TCP连接,从而完成通信.服务器方可以与多个客户端建立连接,并且可以选择要向哪个已建立起连接的客户端发送消息.-the procedures used to establish Socket Interface-living both TCP connections, thus completing communications. Server side with the establishment of a number of client conne
BattleTank1.0
- 1。支持双人连线 (适用于TCP/IP, 限于局域网内连接)。 2。100%公开代码 3。双打的话,需要一位玩家先在一台电脑上建立主机, 一位玩家在另一台电脑上建立副机, 副机端玩家在输入主机玩家的ip后游戏就开始了。 4。 单打的话,在一台机器上同时建立主机和副机, 副机的ip栏里留下空白就好了。这样你可以控制主机或副机的坦克但无法同时控制。 5。具体的键盘操作,可在程序中点击“帮助”看到。 6。主机和副机在命令键入Play.bat启
Netstat_SNMP
- 使用SNMP建立对TCP连接的监控,实现类似netstat -a 的效果,显示协议,本地地址(含端口),远程地址,状态-use SNMP TCP connection establishment of the control and achieve similar netstat-a results show agreement, local address (including port), remote address and state
ftpvc++
- ftp客户端c++编程FTP协议将使用两条单独的TCP连接,一条专用于发送FTP命令,另一条则专用于传递数据。初始建立连接时,服务器在21号端口上接收来自客户端的命令连接。-ftp client c programming FTP will use two separate TCP connection, a dedicated FTP to send orders, and the other one is dedicated to data transfer. The initial est
embedprotocol
- 简明扼要地介绍了uIP TCP/IP协议堆栈的eCOG1端口。文中还描述了一 个应用于简单的web网页服务器的实例。 开放源uIP软件包为在不牺牲互操作性或RFC标准的条件下,为嵌入式位处理器建 立TCP/IP协议堆栈提供了一种解决方法。它为互联网提供了一系列必要的协议。对 代码和数据的内存要求量十分小。-concise introduction of the Application of ulP TCP / IP protocol stack the eCOG1 port. T
SOCKET-TCP
- SOCKET多线程,使用TCP连接,当有一个连接请求时候,建立一个线程。共有两个文件,一个Server,还有一个是Client-SOCKET multithreading, the use of TCP connections, when a link request, the establishment of a thread. A total of two documents, one Server, there is a Client
SNMP-TCP-Mon
- 使用SNMP建立对TCP连接的监控,压缩包里面有源码.-use SNMP TCP connection establishment of the control and compressed inside source.
使用SNMP建立对TCP连接的监控
- 使用SNMP建立对TCP连接的监控.rar-use SNMP TCP connection establishment of the monitoring. Rar
TCP自环程序
- 这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to
WinSocket
- socket 通讯的例子,套接字的建立,绑定端口,发送数据,接受数据-example of socket communication, the establishment of a socket, bind port, send data, receive data
tcp_connect
- tcp 连接工具,只建立三次握手!-tcp connection tools, only the establishment of three-way handshake!
TCP
- 服务器和客户机端,即建立所谓的客户机/服务器编程模式。在服务器端必须先建立一个ServerSocket对象,然后等待客户机端的访问。而在客户机端,则是建立一个Socket对象直接跟服务器端连接,如果连接建立成功,则服务器端便会产生一个Socket对象,然后我们就可以利用这个Socket对象跟客户机端的Socket对象沟通了。此时在服务器和客户机之间建立了一条可靠连接,客户机和服务器可以在这条连接上可靠的传送数据。客户机发出请求,服务器监听来自客户机的请求,并为客户机提供相应的服务。 -Serve
tcp-server-client
- 一个用socket实现服务器客户端的建立例子(tcp)-A socket server with the establishment of client examples (tcp)
LAN_IM
- 局域网即时聊天通过进行文本聊天和语音聊天来实现彼此沟通、交流信息。本次局域网即时聊天程序设计主要用了Visual C++编程环境,实现了在LAN中在线用户的文本、语音交互。 在设计里涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。 本次设计主要着重于语音聊天部分,在本次论文里主要以语音聊天的流程和各模块之间的关系及Socket处理为主说明。 -LAN
Network_TCP_connection_establishment_and_terminati
- 网络TCP连接的建立与终止Network TCP connection establishment and termination -Network TCP connection establishment and termination of Network TCP connection establishment and termination
Chat-TCP
- 1、建立网络服务器,实现客户端与客户端之间的网络聊天功能 2、建立聊天室,实现组内聊天-1, a network server, client and client to achieve the network chat between 2, the establishment of a chat room, among a group chat
TCP-packet-transmission
- 通过分析截获TCP报文首部信息,理解首部中的序号、确认号等字段是TCP可靠连接的基础。通过分析TCP连接的三次握手建立和释放过程,理解TCP连接建立和释放机制。- Intercepted by analyzing the TCP packet header information to understand in the first serial number, confirmation number and other fields are the basis of the TCP rel
Network-protocol-3D-Display
- 将计算机网络中的主要协议,ARP协议、TCP建立、停止等待协议等,展示3D动画效果!-Major agreement in the computer network, ARP protocol, TCP establishment of stop-and-wait protocol, show 3D animation!
SNMP-TCP-Mon
- 使用SNMP建立对TCP连接的监控,压缩包里面有源码.-use SNMP TCP connection establishment of the control and compressed inside source.
STM32F407-ETH-CAMERA(TCP)
- 主控是STM32F407ZG,1MB flash,256KB RAM;外扩512KB SRAM,用于暂存camera 输出的JPEG数据,摄像头这块使用DCMI传输数据。 简单实现原理: 以太网使用lwip,netconn API编程,这种编程方式相比RAW 比较简单,只是需要OS的支持;然后,板子当服务器,PC当客户端,当建立连接后,服务器将采集到的摄像头数据发送到客户端显示。-The main control is STM32F407ZG, 1MB flash, 256KB