apfree_wifidog/libhttpd
2016-11-16 19:40:28 +08:00
..
api.c Update api.c 2016-11-16 19:36:21 +08:00
CMakeLists.txt Create CMakeLists.txt 2016-11-16 16:57:52 +08:00
httpd_priv.h liudf 20151211 Change from inet_ntoa to inet_ntop 2015-12-11 14:26:44 +09:00
httpd.h liudf 20160505 optimize ios captive portal 2016-05-05 16:59:44 +09:00
ip_acl.c Update ip_acl.c 2016-11-16 19:37:38 +08:00
Makefile.am liudf 20151211 Change from inet_ntoa to inet_ntop 2015-12-11 14:26:44 +09:00
protocol.c Update protocol.c 2016-11-16 19:40:28 +08:00
README liudf 20151209 Begin apfree wifidog open project 2015-12-09 13:49:51 +08:00
version.c liudf 20151211 Change from inet_ntoa to inet_ntop 2015-12-11 14:26:44 +09:00

Welcome to LibHTTPD, a library for the creation of embedded web servers.
Complete documentation is available in the PDF file location in the doc
directory.

To build this software simply run

	./configure
	make all
	make install

The software will be compiled and installed into /usr/local/lib and
/usr/local/include.  To use the software you will have to include the
library's header file into your application and link against the library
itself.  Details are privided in the documentation.

This software has been developed by David J. Hughes (aka Bambi) of 
Hughes Technologies in Australia.  You can always find a current verion
of this software at www.Hughes.com.au

This software is released under the GPL.  If you wish to incorporate
this code in a commercial application then OEM licenses are available
from Hughes Technology.  Please email info@Hughes.com.au for details.