搜索资源列表
DeltaNet
- 在嵌入式系统DeltaSYSTEM中实现PING主机,TCP服务器,TCP客户端,UDP服务器,UDP客户端的程序-in Embedded System DeltaSYSTEM achieve PING mainframe, TCP server, TCP Client, UDP server, the client UDP procedures
LB_TCP_CLIENT
- 硬件协议栈芯片W3100A和51单片机实现tcp客户端程序,在keil51环境中-hardware protocol stack and 51 W3100A chip MCU tcp client, in keil51 environment
TCP
- WINCE TCP程序,基于VS2005,100%可以行,包括TCP 服务器和TCP 客户端
TCPNetKit_with_sourceCode
- TCP网络调试程序与程序源码 可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 主要就是用了winsock的一些函数进行封装。 源码中包含了用VC与EVC编
TCPClient
- 在WindowsCE下的TCP客户端程序
wince6.0TCPclient_TcpSever
- 实现在wince环境下创建TCP客户端和TCP服务器端程序的方法和步骤以及select I/O模型的应用。-Creating the environment to achieve wince TCP client and TCP server side methods and procedures, and select I/O Model.
winceTCPClient
- wince下tcp客户端的demo,大家可以试试感受wince的功能。-wince under the tcp client' s demo, we can try to feel the wince function.
S3C6410_TCPClient
- 在WINCE操作系统下,针对S3C6410的ARM11芯片设计的TCP客户端程序,源代码,有注释。-In the WINCE operating system, the ARM11 chip design for the S3C6410' s TCP client program, source code, annotated.
tcpclient
- wince tcp 客户端类 wince tcp 客户端类-a class of tcp client for wince a class of tcp client for wince
wince-tcp
- wince tcp客户端与服务端源代码,适合wince tcp开发直接使用-wince tcp client and server sourcecode
modbus tcp 客户端和服务端源码案例
- 基于modbus tcp C语言通讯案例,包含了客户端和服务端的案例源码
SIM900A-TCP
- SIM900A TCP客户端程序。功能:用TCP通信来控制开发板上的LED灯。-In this exp SIM900A is use as tcp silent。
TCP-client-data-transit
- 在ucos环境下,作为TCP客户端其收发数据源代码,-In ucos environment as TCP client to send and receive data source code,
STM32F107-TCP
- STM32F107 TCP客户端收发数据实验(裸机)-STM32F107 TCP client send and receive data experiment (bare metal
MFC VC++ TCP UDP 服务器客户端源码
- 服务端客户端源码,VC++语言,适用于SIM800、SIM900等型号(source code for server client .VC++ language, applicable to SIM800, SIM900 and other models)
stm32f107vct6
- 基于W5500硬件协议栈的TCP客户端收发数据(stm32f107vct6)(Based on the W5500 hardware protocol stack TCP client to send and receive data)
基于W5500硬件协议栈的TCP客户端收发数据例程
- 基于W5500硬件协议栈的TCP客户端收发数据例程,主芯片STM32F407,程序实测过,可靠稳定。(W5500 hardware protocol stack based TCP client transceiver data routine, the main chip STM32F407, the program has been measured, reliable and stable.)
4.TCP Client
- W5500 TCP 客户端例程 可以实现TCP客户端与服务器进行数据传输。(W5500 TCP client routine The data transmission of the TCP client and the server can be realized.)
RAW_TCP客户端程序
- STM32F407作为TCP客户端源程序,可以与PC网络调试助手作为服务端进行数据传输。
QT-TCP通信测试
- QT实现的TCP客户端与服务端通信测试例程,是还不错的学习资料