搜索资源列表
OpenTCP_8052-1[1].0.1.src
- 硬件基于8051与RTL8019 OpenTCP_8051 一共220K 提供了客户端,服务端,TCP,UDP等。
DM9000
- 嵌入式TCP/IP模块,内嵌web,可以配置成服务端或客户端,-LP based on the embedded TCP/IP modules, embedded web, can be configured into a server or client
TCPClient
- 一个很有用大TCP服务端网络数据发送的代码 希望对嵌入式开发的人有用.-A very large-TCP server network data sent by the code embedded developers who want to be useful.
TCPServer
- 一个很有用大TCP服务端网络数据发送的代码 希望对嵌入式开发的人有用.-A very large-TCP server network data sent by the code embedded developers who want to be useful.
TCPIP
- 单片机实现TCPIP协议的完整C源程序 TCP <-> RS232 的应用 分配本地用户自定义服务模式应用TCP端口号-MCU TCPIP protocol complete C source code
TCPServer
- windows ce下的tcp服务端源代码-tcp server source code in windows ce
TestGPRS
- 测试GPRS 模块 C#编写 可在硬件设备上使用。 环境:VS2005和WinCE5.0 全部使用AT指令编写测试指令。 包括拨号、连接TCP、发送数据。 并配有一个简易的Delphi编写的服务端用与测试。 -Test GPRS module C# to write in the hardware devices. Environment: VS2005 and WinCE5.0 All written tests using the AT command instr
pic30f_mini_web
- 该项目采用ENC28J60H 以太网接口芯片,主控芯片为dsPIC30F6014A。实现"Mini_Web" 服务器对TCP/IP 协议作出了精简,保留满足基本通信要求的功能。作为服务端,运行一个迷你型网页。可以在局域网内通过电脑浏览器实现控制一个LED 的点亮/熄灭。-The project uses ENC28J60H Ethernet interface chip, the master chip to dsPIC30F6014A. Achieve " Mini_Web"
wince-tcp
- wince tcp客户端与服务端源代码,适合wince tcp开发直接使用-wince tcp client and server sourcecode
MOXA_xscale_Linux_TCPClientServer
- MOXA公司 xscale平台Linux嵌入式计算机下的TCP 服务端和客户端使用源码-MOXA xscale platform Linux-based embedded computer, TCP server and client source code
client
- 根据套接字建立TCP连接的过程,创建服务端程序,并在接收到客户端连接请求后,产生一个新的线程来处理这个客户端的通讯工作-Process to establish a TCP connection according to the socket to create a server program, and receives the client connection requests, resulting in a new thread to handle client communicatio
uip1
- 单片实现以太网功能的源代码,UIP1.0, uip已经实现了TCP服务端,内核已经预留UDP协议,需要自己修改部分代码。-The single-chip Ethernet function of the source code, UIP1.0, uip has achieved a TCP server, the kernel have been earmarked for the UDP protocol, you need to modify some code.
ARM11-wince-vs2008
- 通过tcp/ip通讯实现平板电脑与ARM11之间的通讯,本程序为wince服务端程序,可将通过wifi传来的数据通过串口传送出去,编程是通过VS2008MFC实现的,第一次编c++的程序,望指教。-Tablet PC with ARM11 communication via tcp/ip communication, the procedures for the wince server program can be coming via wifi data sent through the s
modbus tcp 客户端和服务端源码案例
- 基于modbus tcp C语言通讯案例,包含了客户端和服务端的案例源码
ADC-TCP
- MCU内置ADC采集电压数据,通过wifi模块的TCP传输给服务端,模块作为客户端-send adc data to server with wifi
MFC VC++ TCP UDP 服务器客户端源码
- 服务端客户端源码,VC++语言,适用于SIM800、SIM900等型号(source code for server client .VC++ language, applicable to SIM800, SIM900 and other models)
基于W5500硬件协议栈的TCP服务器收发数据例程
- 基于W5500硬件协议栈的TCP服务端收发数据例程,主芯片STM32F407(W5500 hardware protocol stack based TCP server transceiver data routine, the main chip STM32F407, the program has been measured, reliable and stable.)
STM32_TCP_Client
- 网络数据传输,封装了uIP协议栈,连接服务端进行数据交互。(The network data transmission, encapsulates the uIP protocol stack, connects the server to the data interaction.)
RAW_TCP客户端程序
- STM32F407作为TCP客户端源程序,可以与PC网络调试助手作为服务端进行数据传输。
QT-TCP通信测试
- QT实现的TCP客户端与服务端通信测试例程,是还不错的学习资料