CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - tcp forwarding

搜索资源列表

  1. trayWEBQQ

    0下载:
  2. 腾讯公司开发了webqq,公司屏蔽了udp,tcp端口转发,只好用webqq但是老要用浏览器打开不关闭,如果不小心,就把窗口关闭了,这个程序就是用webbroswer让后加个托盘达到可以自行管理webqq的好处了。-Tencent has developed webqq, the company blocked udp, tcp port forwarding, but only with webqq old to use the browser to open does not close,
  3. 所属分类:Browser Client

    • 发布日期:2017-03-29
    • 文件大小:20911
    • 提供者:noisc
  1. rdp2tcp-0.1.tar

    0下载:
  2. rdp2tcp利用3389端口做隧道传输TCP链接的源代码,好不容易搞到的,是HTTP隧道的又一种新思路-rdp2tcp is a tunneling tool on top of remote desktop protocol (RDP). It uses RDP virtual channel capabilities to multiplex several ports forwarding over an already established rdesktop session.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:95360
    • 提供者:OceanLM
  1. ddvip

    0下载:
  2. 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client -Based on TCP/IP network communications technology for connecting users with point-to-point asynchrono
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-02
    • 文件大小:789503
    • 提供者:毛慧华
  1. tcprelay

    0下载:
  2. 基于TCP/UDP之间的信息相互转发,可用于内外网信息转发用,很不错-Based on TCP/UDP forwarding information between each other can be used inside and outside the network information transmitted by, very nice
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:5526
    • 提供者:hanchao
  1. TCPClient

    0下载:
  2. 使用TCP/IP协议进行聊天通信和串口转发的客户端程序-Using TCP/IP protocol communications and serial forwarding chat client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-19
    • 文件大小:5307961
    • 提供者:wufeng
  1. TCPServer

    0下载:
  2. 使用TCP/IP协议进行聊天通信和串口转发的f服务器程序-Using TCP/IP protocol communications and serial forwarding chat server program f
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-18
    • 文件大小:4895317
    • 提供者:wufeng
  1. Projectcode

    0下载:
  2. 中间件为整个监控系统的支撑,负责所有模块和子系统之间的通信,功能包括: 1屏蔽不同的通信方式(TCP/IP、RS232)。自适应的通信方式选择,通信过程对应用层透明,以回调方式提供接口。 2 提供了高效的可靠传输服务。确保通信双方传输数据准确无误,无重复,无丢失。 3 提供实体定位和数据存储转发的能力。确保系统范围内的任意两个设备可进行通信。 -Middleware support for the entire monitoring system is responsible f
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1634194
    • 提供者:许明
  1. TcpSrvToComm

    0下载:
  2. TCP服务器端程序与串口结合,自动将客户端发送的数据转发到串口,也自动将从串口收到的数据转发到连接TCP服务器的客户端-TCP server-side program with the serial combination of automatically forwarding the client sends data to the serial port, it automatically forwards the data received from the serial port to
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:63529
    • 提供者:小小
  1. Commate

    0下载:
  2. VC2010开发的通信测试工具.支持串口/TCP/UDP.可以按十六进制或ASCII方式监视通信内容,进行端口转发.可以解释执行用户编写的通信测试脚本进行通信过程模拟.-The VC2010 development of communications test tool. Support serial/TCP/UDP. Hexadecimal or ASCII way to monitor the content of communications, and port forwarding. C
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:1140939
    • 提供者:wangyaoyang
  1. TCPTrans

    0下载:
  2. TCP端口转发,由客户端发送消息,转发器转发,服务器收到并将原消息返回,继而转发器转发给客户端,基于控制台程序,套接字编程,适合初学者-TCP port forwarding, from the client sending messages, and the repeater forwarding, server received and the news returns, and then the repea
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5329764
    • 提供者:gao
  1. tcpcopy

    0下载:
  2. tcpcopy是一种应用请求复制(基于tcp的packets)工具,其应用领域较广,我们曾经应用于网易的广告投放系统,urs系统,nginx hmux协议开发等系统,避免了上线带来的很多问题。 总体说来,tcpcopy主要有如下功能: 1)分布式压力测试工具,利用在线数据,可以测试系统能够承受的压力大小(远比ab压力测试工具真实地多),也可以提前发现一些bug 2)对于后端的短连接,请求丢失率非常低(1/10万),可以应用于热备份 3)普通上线测试,可以发现新系统是否稳定,提前发现上线过程中会出
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:106411
    • 提供者:林鹏
  1. tcpcopy0.6

    0下载:
  2. tcpcopy是一种应用请求复制(基于tcp的packets)工具,其应用领域较广,我们曾经应用于网易的广告投放系统,urs系统,nginx hmux协议开发等系统,避免了上线带来的很多问题。 总体说来,tcpcopy主要有如下功能: 1)分布式压力测试工具,利用在线数据,可以测试系统能够承受的压力大小(远比ab压力测试工具真实地多),也可以提前发现一些bug 2)对于后端的短连接,请求丢失率非常低(1/10万),可以应用于热备份 3)普通上线测试,可以发现新系统是否稳定,提前发现上线过程中会出
  3. 所属分类:Linux Network

    • 发布日期:2017-11-12
    • 文件大小:96835
    • 提供者:林鹏
  1. chat

    1下载:
  2. 用mfc写的tcp聊天软件,用登录,有注册,有头像显示,有在线列表的更新,可以群聊,可以私聊 有服务器,服务器连接到数据库,用户聊天是基于服务器的转发。-Tcp chat software written using mfc with login, registration, avatar display, updated online list, group chat, can whisper server, server to connect to the database, user ch
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-23
    • 文件大小:14852247
    • 提供者:wxy
  1. Server

    0下载:
  2. 使用java编写的基于socket的服务器,使用TCP/IP协议,接收一方客户端的消息,进行解包,寻找到目标客户端,进行转发。-Use java-based socket server using TCP/IP protocol, to receive one of the client' s message, unpack, looking to the target client for forwarding.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-23
    • 文件大小:1606
    • 提供者:远野瞬
  1. tcpcopy-c

    0下载:
  2. Name: tcpcopy It is an online TCP duplication tool and can be used for performance testing, regression testing, real tesing, etc. Descr iption: It can help you find bugs without deploying your server software on your production serve
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1114860
    • 提供者:khao
  1. chatroom

    0下载:
  2. 模拟聊天室,服务器负责转发消息,简单的TCP/IP通信以及多线程开发-Analog chat rooms, the server is responsible for forwarding the message, a simple TCP/IP communications and multi-threaded development
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:2935
    • 提供者:dufan
  1. live555-latest-20131109.tar

    0下载:
  2. live555最新源码,是over rtp over rtsp over tcp的协议。能够实现将视频的转发,希望对做视频转发的朋友有帮助-live555 latest source is over rtp over rtsp over tcp protocol. Enables forwarding the video, and I hope to do a video to help a friend forwarded
  3. 所属分类:Web Server

    • 发布日期:2017-04-05
    • 文件大小:581167
    • 提供者:黄发宾
  1. Tcp

    0下载:
  2. 基于TCP/IP开发的网络服务器,该服务器和智能家居联系到一起,可以完成转发消息和控制家中电器的功能。-Based on TCP/IP developed a network server, the server and smart home linked together, you can complete the forwarding of messages and control home appliances function.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-15
    • 文件大小:6753
    • 提供者:玄百龙
  1. libsourcey_rfid_transmit_server

    0下载:
  2. 基于LIBSOURCEY写的,实现TCP转发,UDP的询问端口。-Based on LIBSOURCEY written, implemented TCP forwarding, UDP ask port.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-26
    • 文件大小:21589
    • 提供者:蔡庆
  1. TcpProxy

    0下载:
  2. 使用 C++ 编写的TCP 客户端与服务端通讯,实现数据处理和转发功能(C++ prepared using TCP client and server communication, data processing and forwarding)
  3. 所属分类:TCP/IP协议栈

« 12 »
搜珍网 www.dssz.com