搜索资源列表
mcu_netV1.00
- 移植uIP1.0到51单片机上的版本mcu_netV1.00 uIP ARP / ICMP / TCP协议的完全移植,可以稳定ping通单板,使用TCP服务器功能,连上单板的TCP服务器功能时(自定义端口1234),单板发出“Hello,how are you?”的问候。其后发出的字符单板都原样返回。 -Transplantation uIP1.0 to 51 single-chip version of the mcu_netV1.00 uIP ARP/ICMP/TCP proto
tcptoudpv31cn
- TCP/IP调试助手,这个软件可以设置TCP/IP或者UDP传输。软件可以自动设置发送,在做服务器时可以接收并显示客户端联接的个数。非常方便-TCP/IP debugging assistant, the software can be set to TCP/IP or UDP transport. Software can automatically set to send, do server can receive and display the number of client conn
Application
- 采用VC++,软件完成的功能主TCP通讯。服务器与客户端,客户端发送什么服务器回发接收到的数据,发送的数据可以自己选择-Using VC++, the software functions of the completion of the main TCP communications. Server and the client, the client what the server sends back the data received, send the data to choose t
src
- 单片机的TCP_IP网络编程与应用,uIP ARP / ICMP / TCP协议的完全移植,可以稳定ping通单板,使用TCP服务器功能,连上单板的TCP服务器功能时(自定义端口1234),单板发出“Hello,how are you?”的问候。其后发出的字符单板都原样返回。有很好的学习和研究价值。-SCM TCP_IP network programming and applications, uIP ARP/ICMP/TCP protocol completely portable, you
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"
UDPserver
- msp430f5438上做的udp服务器,PC端作为udp client用SocketTool软件进行通信。可以作为msp430上tcp/ip开发的很好的例程。经测试没有问题。-msp430f5438 do the udp server, PC as the udp client-side software to communicate with SocketTool. As msp430 on the tcp/ip developed a good routine. After the tes
STM32--W5500-TCP-Server
- 基于STM32F103和W5500,将W5500作为服务器,PC上位机作为客户端,进行数据交互。-STM32F103 and W5500, take the W5500 as a TCP server, data interactive with the remote PC
lm3s9b96_tcp_sever
- lm3s9b96 的 tcp 服务器端程序,基于 lwip 协议栈的。-lm3s9b96 s program for tcp client, based on lwip .
STM32F107-LWIP_TCP_server
- 有关ST公司的ARM Cortex-M3处理器的程序,该程序采用IwIP协议栈,实现了TCP服务器端功能。-The program of Cortex-M3 ARM processor, the program uses IwIP protocol stack, TCP server function.
W5100_stm32_1
- STM32_W5100例程,TCP/UDP,服务器/客户端-STM32_W5100 routine, TCP/UDP, server/client
NETCONN_TCP
- 本实验将实现如下功能:使用UCOS操作系统,DHCP作为一个任务来运行,当获取到IP地址以后就会自动挂起DHCP任务。本实验中开发板与网络调试助手之间建立TCP连接,其中开发板做TCP服务器,网络调试助手做TCP客户端,TCP连接以一个任务的方式来运行的,网络调试助手尝试连接开发板,当连接成功以后就建立起了一个TCP连接,然后就可以通过网络调试助手向开发板发送数据,开发板接收数据后通过串口发送给串口调试助手。也可以通过按下开发板的KEY0键来向网络调试助手发送数据-The experiment
NETCONN_TCP-client
- 本实验将实现如下功能:使用UCOS操作系统,DHCP作为一个任务来运行,当获取到IP地址以后就会自动挂起DHCP任务。本实验中开发板与网络调试助手之间建立TCP连接,其中开发板做TCP客户端,网络调试助手做TCP服务器,TCP连接以一个任务的方式来运行的,开发板尝试连接网络调试助手,当连接成功以后就建立起了一个TCP连接,然后就可以通过网络调试助手向开发板发送数据,开发板接收数据后通过串口发送给串口调试助手。也可以通过按下开发板的KEY0键来向网络调试助手发送数据。-The experiment
STM32F407-ETH-CAMERA(TCP)
- 主控是STM32F407ZG,1MB flash,256KB RAM;外扩512KB SRAM,用于暂存camera 输出的JPEG数据,摄像头这块使用DCMI传输数据。 简单实现原理: 以太网使用lwip,netconn API编程,这种编程方式相比RAW 比较简单,只是需要OS的支持;然后,板子当服务器,PC当客户端,当建立连接后,服务器将采集到的摄像头数据发送到客户端显示。-The main control is STM32F407ZG, 1MB flash, 256KB
并发服务器 (完美版)
- 基于stm32并发服务器源码,可以与多个TCP客户端通信(STM32 concurrent server based on source code, can communicate with multiple TCP clients)
基于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.)
4.TCP Client
- W5500 TCP 客户端例程 可以实现TCP客户端与服务器进行数据传输。(W5500 TCP client routine The data transmission of the TCP client and the server can be realized.)
TCP Server
- lwip 移植,tcp服务器端多线程代码移植(LwIP transplant, multi thread transplanting of TCP server)