摘要
嵌入式internet技术发展有多种实现方法。本文主要探讨以嵌入式Web服务器技术在嵌入式设备中实现HTTP超文本传输协议服务,使得从internet远程访问嵌入式设备得以实现。文章主要从对TCP/IP协议栈中选用的协议进行精简着手,来实现嵌入式Web服务器的功能。文中给出了ARP协议精简的具体程序代码,最后,在实验室环境下对精简后的ARP协议进行了测试,达到了预期目的。
Embedded Internet technology develops very rapidly. There are kinds of realization methods of Embedded Internet technology. This article focuses on embedded web server technology to realize HTTP server in embedded equipment. From this way, we can access embedded equipment from Internet. This article starts from condensing selected protocols of TCP/IP protocol stack to realize function of embedded Web server. After giving detailed program code of condensing ARP protocol, we test condensed ARP protocol in lab situation and acquire anticipative objective.