搜索资源列表
NTServiceSampile100
- 想要编写NT服务的同志们可以下载该源代码。该程序建立一个Window NT内核服务程序,由于内核服务程序没有交互界面,所以该程序还启动一个TCP网络接口,可以和客户端 进行数据和命令通信,通信协议在头文件中有详细说明,该程序只要稍加改动就能实现功能强大的网络服务程序。该服务启动以后可以在[开始]菜单[运行]栏里输入“telnet localhost 7815”进行测试。 同时还提供了一个对服务进行控制的通用工具(NTServerControlUtility.exe),可以注册、启动、停止
linux_xp_tcp
- winxp与Linux的tcp通信程序,winxp作为客户端,linux作为服务器-winxp and Linux, tcp communication program, winxp as client, linux as a server
tcp
- linux 环境下的基于TCP协议的通信程序,实现了客户端和服务器的通信-linux environment based on the TCP protocol communications program to achieve the communication between client and server
QtmodbusTCP
- Qt5自带的modbusTCP类实现的TCP modbus通信,程序包含客户端和服务器,开发环境为ubuntu16.04+Qt5.6.1,如打不开服务器,请将编译出的程序用sudo运行。-Qt5 comes with the modbusTCP class to achieve the Modbus TCP communication, the program contains the client and server, the development environment for ubun