搜索资源列表
com2TCP_Client
- 本程序侦听一个tcp端口,并打开一个串口。 将串口收到的数据转发给每个连接上来的客户端,将tcp客户端收到的数据转发到串口。
TCP2com
- 本程序侦听一个tcp端口,并打开一个串口。将串口收到的数据转发给每个连接上来的客户端,将tcp客户端收到的数据转发到串口。 之前发的com2TCP_Client.rar文件介绍有误。com2TCP_Client.rar是主动连接到一个tcp服务器,并把串口收到的数据转给那个tcp侦听服务器。
BaseTran
- tcp数据转发,对两台服务器之间数据互换
DtuServer
- TCP服务器源码,实现TCP数据转发功能。对客户端的数据进行转发-tcp data convertor server
UDPSTREX
- 一个UDP客户端将接受到的UDP数据组播转发出去,以便多个客户端接收-A UDP client to receive the UDP multicast forwarding data out to multiple clients to receive
GPRS_yltlGateWay
- 网关 数据转发 通过 gprs网关实现数据的 从 gsm网络到 tcpip网络的通讯-in out
massage
- 使用UDPServer进行通讯,服务器进行数据转发,也可以直接进行客户端到客户端的通讯。-Use UDPServer communication, server, data forwarding, you can also direct the client to client communications.
TcpSrvToComm
- 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
ftpproxy
- 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
tcpweb-v1.0
- 1.支持自定义本地监听端口及转发目的地址及端口(目的地址支持IP地址和域名方式)。 2.支持双向数据加密解密,可利用此功能建立加密数据链路。 3.支持软件启动后自动开始及最小化到系统托盘,最大化简化用户操作及。 4.超低资源占用,2-5M内存占用,及接近于0 的CPU占用。 5.高性能高稳定性,经实测同时1000个以上连接,上下行10MB/S以上传输可稳定无错运行。-Support for custom and local listening port forwa
RT_ThreadPLwipRunSTM32
- 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
NTRIPRelay-SourceCode
- 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
TcpClientToUart
- 程序将来自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
TcpProxy
- 使用 C++ 编写的TCP 客户端与服务端通讯,实现数据处理和转发功能(C++ prepared using TCP client and server communication, data processing and forwarding)