Welcome![Sign In][Sign Up]
Location:
Search - TcpServer

Search list

[CSharpTcpServerClient

Description: 包含三个类,TCPServer.cs 这个类是TCP服务端,TCPClient.cs这个类是TCP客户端,TCPServerClient.cs 这个类是服务端连接的客户端对象,自带握手校验功能,异常连接在指定时间内被关闭(Contains three classes, the TCPServer.cs class is a TCP server, the TCPClient.cs class is a TCP client, the TCPServerClient.cs class is connected with client server object, handshake checking function, abnormal connection is closed within a specified period of time)
Platform: | Size: 7168 | Author: 小唐Bininc | Hits:

[Windows CETCPServer

Description: Wince5.0 接收Socket连接。实现了Data——arrive 、Client_Connect、Client_Disconnect的事件响应(Wince5.0 receive Socket connection. The event response of Data - arrive, Client_Connect and Client_Disconnect is realized)
Platform: | Size: 3072 | Author: Tony.C.Wong | Hits:

[Linux-UnixTCPserver

Description: QT网口通信,QT界面通过网口使用QTcpsocket和QTcpsever进行数据的传输(QT network port communication, QT interface through the network port using QTcpsocket and QTcpsever for data transmission)
Platform: | Size: 9216 | Author: 逗比250 | Hits:

[TCP/IP stackTcpServer

Description: 在C#平台上实现TCP通信,电脑端作为服务器,能够发送和接收(The TCP communication is realized on the C# platform, and the computer side can be sent and received as a server)
Platform: | Size: 23552 | Author: 云淡风轻001 | Hits:

[Windows DevelopTCPServer-增氧监控

Description: 通过TCP/IP协议,获取数据,将数据通过串口发送到下位机、单片机,实现对单片机的控制。(Through the TCP/IP protocol, the data is acquired, and the data is sent to the lower computer and the MCU through the serial port, so as to realize the control of the microcontroller.)
Platform: | Size: 411648 | Author: david_zn315 | Hits:

[Internet-NetworkIOCPServer

Description: 应用程序向导已为您创建了此 IOCPServer 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。(The application wizard has created this IOCPServer application for you. This application demonstrates not only the basic usage of Microsoft basic classes, but also the starting point for writing your application.)
Platform: | Size: 252928 | Author: 执笔相思 | Hits:

[Delphi VCLLanMsg

Description: 局域网聊天室 tcp实现的,tcpserver,tcpclient(tcpclient tcpserver delphi)
Platform: | Size: 36864 | Author: M1316 | Hits:

[Embeded-SCM Developstm32 dhcp

Description: STM32单片机 TCPserver服务器 DCHP 自动获取IP地址(STM32 MCU TCPserver server DCHP automatically obtain IP address)
Platform: | Size: 76700672 | Author: wjbwbp521 | Hits:

[Internet-NetworkTcpServer

Description: TCP server实现数据的收发,QT编写。(TCP server implements data transmission and transceiver, and QT is written.)
Platform: | Size: 13312 | Author: cq999 | Hits:

[Communication-MobileC#通信调试工具1.0(带源码)

Description: C#超级通信调试工具附带源码,TCPServer,TCPCLient,UDPServer,UDPClient,串口(C# super communication debugger with source code)
Platform: | Size: 3652608 | Author: Jaasdsa | Hits:

[TCP/IP stackTCPServer

Description: Tcp通讯,c++ 源代码,经过本人测试,可以运行(Tcp communication, c++ source code, through my test, can run)
Platform: | Size: 1024 | Author: 龙龙龙龙龙龙 | Hits:

[Internet-NetworkTCPServer

Description: TCP/IP接收界面,服务器端,带显示,采用VC++进行编写,套字节使用(TCP/IP receiving interface, server side, display Write with VC++ and use bytes)
Platform: | Size: 6183936 | Author: tim1986 | Hits:

[CSharpTCPServer

Description: 自己编写的C#语言下的TCP通训对话器。这是服务器部分(Write your own c # language under TCP tong xun dialogue. This is the server program)
Platform: | Size: 126976 | Author: 冰与火之哥 | Hits:

[SCMSTM32F4+W5500_Keil4.72

Description: stm32 w5500例程,TCP UDP TCPSERVER等(Stm32 w5500 routines, TCP UDP TCPSERVER and so on)
Platform: | Size: 4282368 | Author: 东东不存在 | Hits:

[TCP/IP stackTCP协议客户端服务器间视频传输c源码

Description: 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
Platform: | Size: 2048 | Author: xihananhai | Hits:

[CSharpRS232串口GPS解析程序

Description: 通过RS232解析GPS原语,并在界面上显示,将收到卫星的SNR通过图表方式显示在界面上,并带有TCPServer可实现TCP通信
Platform: | Size: 37273 | Author: ekinjohn@hotmail.com | Hits:

[Internet-NetworkTcpUdpTestTool

Description: 很强大的TCP/UDP测试工具,对于测试TPCServer高并发非常好用一直用的这个,强烈推荐使用!(Very powerful TCP / UDP testing tools, for testing TPCServer high concurrency very good use of this has been used, strongly recommended to use)
Platform: | Size: 167936 | Author: yy12345qwe | Hits:

[Web Servertcpserver

Description: Python实现的TCP server,已成功应用,可直接部署在服务器上(The TCP server implemented by Python has been successfully applied and can be directly deployed on the server)
Platform: | Size: 1024 | Author: hythait | Hits:

[Remote Controlc#物联网采集

Description: CSharp物联网数据配置与采集(RS485,Modbus,DTU), 1,窗体程序分两部分,一部分是485配置页面,另一部分是DTU数据采集; 2,485配置部分是针对RS485传感器modbus通讯所开发的,如果报文格式不同,请自行修改保温部分; 3,DTU数据采集部分,支持多个DTU,而且每个DTU下支持多个RS485传感器,多个传感器的情况下,需要使用485配置部分的功能对每个传感器的地址进行配置; 4,DTU数采部分,本程序为TCPServer,开启之后等待DTU连接,连接之后轮询传感器数据; 5,本程序测试采用的DTU为有人科技的RS485串口服务器 TCP232-304型号; 6,本程序测试采用的传感器为MODBUD-RTU协议温度变送器,DS18B20温度传感器;
Platform: | Size: 490576 | Author: 285567520@qq.com | Hits:
« 1 2 ... 15 16 17 18 19 20»

CodeBus www.codebus.net