mirror of
https://github.com/liudf0716/apfree_wifidog.git
synced 2025-01-09 04:19:10 +08:00
.. | ||
api.c | ||
CMakeLists.txt | ||
httpd_priv.h | ||
httpd.h | ||
ip_acl.c | ||
Makefile.am | ||
protocol.c | ||
README | ||
version.c |
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.