资源列表
UCOS下的TCP-IP-PPP协议栈.rar
- UCOS下的TCP-IP-PPP协议栈
sntp
- sntp coded by self and run on st platform
基于GPRS的嵌入式Internet研究与实现
- 关于如何移植使用ucos 和lwip 来实现无线发送模块控制的学位论文-on how to transplant and lwip CENTER use wireless to transmit modules to control the degree thesis
nemo-0.2.tar
- 实现了网络移动(NEMO)的基本功能的开源代码。-of the network Mobile (NEMO), the basic function of the source code.
armlwip
- LWIP的主要目的是减少存储器利用量和代码尺寸,使LWIP适合应用于小的、资源有限的处理器如嵌入式系统。这是在lpc22xx上的移植-Viedo the main purpose is to reduce memory utilization and code size, so Viedo suited for small, limited resources, such as embedded processor system. This is in the transplant lpc22x
一个使用S7协议向西门子S7-200smartPLC发送消息的软件
- 一个使用S7协议向西门子S7-200smartPLC发送消息的软件,能将输入消息转为16进制发送,经测试功能没问题
server-client
- ServerSocket表示服务器上的套接字,该套接字等待并侦听来自客户端的服务。套接字表示服务器和客户端之间通信的端点。当服务器获得作为服务请求,它创建一个套接字与客户端进行通信,并继续侦听ServerSocket上的其他请求。客户端还创建一个套接字,以便与服务器进行通信。(ServerSocket represents the socket on a server that waits and listens for service from a client. Socket repre
TCPIPDemo
- tcpip 里面服务器和客户端的连接,发生和接收数据(Connection between server and client in TCPIP, generation and reception of data)
TCP-IP详解卷一:协议
- 《TCP/IP详解》一共三卷,其中卷二、卷三更多偏重于编程细节,而卷一更多偏重于基础原理,基本上都是通过实验先看现象,然后再来引出其背后的原理,所以如果没有什么基础,还是踏踏实实从头看,这对于网络工程师、软件工程师同样适用。对于嵌入式工程师,这其实也很适用,网络从提出到现在,过去了那么多年,还是一直被使用着,这足以见到网络的强大之处,而原理的东西,是根本,因此我很建议大家认真读。不过在嵌入式上,很多计算机网络的技术并没有用得太多,不过认真读一下就对了,没有为什么。(TCP-IP detailed
Netty
- netty 框架下 对电力IEC104规约进行解析(Analysis of power IEC104 protocol under netty framework)
IP新技术专题
- Segment Routing MPLS
socket ipv4通信源码
- socket ipv4通信源码,可以实现客户端和服务端ipv4通信。