CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - 数据转发

搜索资源列表

  1. com2TCP_Client

    0下载:
  2. 本程序侦听一个tcp端口,并打开一个串口。 将串口收到的数据转发给每个连接上来的客户端,将tcp客户端收到的数据转发到串口。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:125187
    • 提供者:lizhenbao
  1. TCP2com

    1下载:
  2. 本程序侦听一个tcp端口,并打开一个串口。将串口收到的数据转发给每个连接上来的客户端,将tcp客户端收到的数据转发到串口。 之前发的com2TCP_Client.rar文件介绍有误。com2TCP_Client.rar是主动连接到一个tcp服务器,并把串口收到的数据转给那个tcp侦听服务器。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:127452
    • 提供者:lizhenbao
  1. BaseTran

    0下载:
  2. tcp数据转发,对两台服务器之间数据互换
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:3606457
    • 提供者:david
  1. DtuServer

    1下载:
  2. TCP服务器源码,实现TCP数据转发功能。对客户端的数据进行转发-tcp data convertor server
  3. 所属分类:TCP/IP协议栈

  1. UDPSTREX

    0下载:
  2. 一个UDP客户端将接受到的UDP数据组播转发出去,以便多个客户端接收-A UDP client to receive the UDP multicast forwarding data out to multiple clients to receive
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:165986
    • 提供者:sammimu
  1. GPRS_yltlGateWay

    0下载:
  2. 网关 数据转发 通过 gprs网关实现数据的 从 gsm网络到 tcpip网络的通讯-in out
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-03
    • 文件大小:1423046
    • 提供者:wls
  1. massage

    0下载:
  2. 使用UDPServer进行通讯,服务器进行数据转发,也可以直接进行客户端到客户端的通讯。-Use UDPServer communication, server, data forwarding, you can also direct the client to client communications.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:456631
    • 提供者:郑飞
  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. ftpproxy

    0下载:
  2. ftp代理,完成ftp数据包转发,非常好用,来自google source code-ftp proxy, finish the packet transfer from client to server point, is very usefull, the code is come from google.com
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:100801
    • 提供者:0day
  1. tcpweb-v1.0

    1下载:
  2. 1.支持自定义本地监听端口及转发目的地址及端口(目的地址支持IP地址和域名方式)。   2.支持双向数据加密解密,可利用此功能建立加密数据链路。   3.支持软件启动后自动开始及最小化到系统托盘,最大化简化用户操作及。   4.超低资源占用,2-5M内存占用,及接近于0 的CPU占用。   5.高性能高稳定性,经实测同时1000个以上连接,上下行10MB/S以上传输可稳定无错运行。-Support for custom and local listening port forwa
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:135343
    • 提供者:wzf
  1. RT_ThreadPLwipRunSTM32

    2下载:
  2. stm32跑RT_Thread实时系统+lwip实现多线程TCP服务器,并将数据转发到串口-stm32 run RT_Thread real-time system+ lwip achieve multi-threaded TCP server, and forwards the data to the serial port
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-23
    • 文件大小:7311360
    • 提供者:肖俊
  1. NTRIPRelay-SourceCode

    0下载:
  2. NTrip协议转发器。VB,带界面。 这是一个NTRIP客户端和服务器转发程序。它的目的是连接到服务器拉数据,然后转发数据到另外一个客户端。 注意:如果你不完全了解这一程序,你可能对它没有什么用。-This is a program that is a NTRIP Client and Server rolled in to one. It is intended to connect to a caster to pull data in, and then forward that
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:305586
    • 提供者:czs
  1. TcpClientToUart

    0下载:
  2. 程序将来自TCP服务端发送过来的数据转到串口发送出去,将接收的串口数据转发到TCP服务端,架起了TCP与串口通讯之间的桥梁。(The program will send data from the TCP server to the serial port to send out, and will receive the serial data forwarded to the TCP server, set up a bridge between TCP and serial communi
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-26
    • 文件大小:4740096
    • 提供者:海码
  1. TcpProxy

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

搜珍网 www.dssz.com