搜索资源列表
ENC28J60_STM32_TFT
- stm32f103为控制核心,enc28j60为网络模块,ili9325驱动的液晶屏lcd 实现web服务器,使用GET 命令数据传输,发送指令,并调用其他服务器图片美化网页,可以学一学html语言,设计更好的页面,调试成功与大家分享,最初代码来自于别人的。-stm32f103 for the control of the core, enc28j60 for the network module, ili9325 driven LCD screen lcd achieve web server
cgi_sql2.tar
- cgi程序的作用是为html文件和嵌入式网络服务器之间实现信息交互-cgi program' s role is to html file and the embedded Web server information exchange between
htmlServerPUSBPFATFS
- 神舟III HTML服务器 可通过USB将网页可放到SD卡 方便开发嵌入式网站 只需在HTTP连接上加入所在路径即可访问对应目录的文件-The III HTML server through USB will Webpage can be on the SD card to facilitate the development of Embedded Web site only in the HTTP connection with the path where you can access t
cgi_login
- cgi登录页面,在linux下开发,服务器为thttpd,使用cgilib库,通过cgi页面登录。 需要安装cgilib和thttpd搭建调试环境。-login web cgi soft,server:thttpd,client:html,use by cgilib。