OpenWrt uHTTPd 与 OpenSSL 初探
前些日子家里的 Phicomm K2 刷上了 OpenWrt ,苦于闪存剩余空间严重不足,只能玩玩已经有的那些个软件包,正好最近着迷于 Web Server ,于是便 又 折腾了起来——
Introduction / 介绍
uHTTPd is a web server written from scratch by OpenWrt/LuCI developers. It is aimed towards being an efficient and stable server, suitable for lightweight tasks commonly used with embedded devices and proper integration with OpenWrt's configuration framework (UCI). In particular, it is configured by default for the LuCI web interface to administer OpenWrt. In addition, it provides all the functionality expected of present day web servers.
—— 摘自 OpenWrt Wiki - uHTTPd
划一下重点: uHTTPd 是一个小巧精干的 Web 服务器,适合轻量任务,通常与嵌入式设备一起使用,而且提供了现在 Web 服务器的全部功能。