搜索资源列表
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
ClientTCP
- WINCE.net 下的TCP网络编程客户端程序的源代码,EVC4开发环境-WINCE.net the TCP network programming client program source code, development environment EVC4
MyTCPClient
- WinCE EVC4.2 TCP/IP客户端程序,可以和服务器端程序建立连接聊天
TCP
- WINCE TCP程序,基于VS2005,100%可以行,包括TCP 服务器和TCP 客户端
TCPNetKit_with_sourceCode
- TCP网络调试程序与程序源码 可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 主要就是用了winsock的一些函数进行封装。 源码中包含了用VC与EVC编
TCPClient
- 在WindowsCE下的TCP客户端程序
TCP-Server-Client
- wince环境下的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.
tcpip
- wince下用evc编写的TCP通信程序,包括服务器端和客户端。-wince under the TCP communications with evc written procedures, including the server-side and client-side.
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.
W7100A_TCPC
- 基于网络芯片W7100A的TCP客户端程序-W7100A TCP client program
enet_tcp_client
- 本程序是TI的32位单品机LM3S9D96官方开发板上,基于IAR平台的,用C语言编写的,基于LWIP协议的TCP客户端的通信完整工程文件。从电脑传的数据经网口可在液晶屏幕及串口上同时显示。已经调通。改程序综合了,串口,液晶显示,网口,以太网的各个功能。是该系列单片机的高级应用。-This program is TI' s 32-bit single product machine LM3S9D96 official development board, based on the IAR
tcpclientserver
- TCP客户端程序,可以在MCU上运行,运行环境是在rt-thread已经试验成功-TCP client program can run on MCU, the operating environment in the rt-thread has been successfully tested
huoche1
- WINCE下的TCP客户端程序,可以作为WINCE的一个网络调试助手,VS2008编译通过,在友善之臂的mini6410+WINCE6.0环境下测试通过。-WINCE under TCP client program can be used as a network debugging assistant WINCE, VS2008 compile under mini6410+ WINCE6.0 environment friendly arm of the test.
lm3s9b96_tcp_client
- lm3s9b96 的tcp 客户端程序,是基于 lwip协议栈的 。-lm3s9b96 program for tcp client , base on lwip .
SIM900A-TCP
- SIM900A TCP客户端程序。功能:用TCP通信来控制开发板上的LED灯。-In this exp SIM900A is use as tcp silent。
RAW_TCP_CLIENT
- STM32F407开发板块 TCP/IP通信 TCP 客户端程序-STM32F407+TCP CLIENT TEST OK
基于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.)
RAW_TCP客户端程序
- STM32F407作为TCP客户端源程序,可以与PC网络调试助手作为服务端进行数据传输。