摘要:/** uemf.c -- GoAhead Micro Embedded Management Framework** Copyright (c) GoAhead Software Inc., 1995-2010. All Rights Reserved.** See the file "license.txt" for usage and redistribution license requirements**//********************************** Description *******************************/
阅读全文
摘要:/** misc.c -- Miscellaneous routines.//一些通用的、常规的例程** Copyright (c) GoAhead Software Inc., 1995-2010. All Rights Reserved.** See the file "license.txt" for usage and redistribution license requirements**//********************************* Includes ***********************************/#includ
阅读全文
摘要:/** uemf.h -- GoAhead Micro Embedded Management Framework Header** Copyright (c) GoAhead Software Inc., 1995-2010. All Rights Reserved.** See the file "license.txt" for usage and redistribution license requirements**/#ifndef _h_UEMF#define _h_UEMF 1/******************************** Descrip
阅读全文
摘要:## Makefile for the GoAhead web server reference source base# for the Linux OS## Copyright (c) GoAhead Software, Inc. 1995-2010# Copyright (c) PeerSec Networks, Inc. 2010##all: compile ARCH = libwebs.aNAME = webs# User Management switch#UMSW = -DUSER_MANAGEMENT_SUPPORT# Digest Access switchDASW = -D
阅读全文
摘要:一:ring_t类型描述: 下面的描述在uemf.h和ringq.c中都有:ringq_t类型定义在uemf.h中:View Code typedef struct { unsigned char *buf; /* Holding buffer for data */ unsigned char *servp; /* Pointer to start of data */ unsigned char *endp; /* Pointer to end of data */ unsigned char *endbuf; /* Pointer to end of buffer */ int bufl
阅读全文
摘要:Questions and Answers Why is GoAhead Software distributing royalty free embedded Web server source code?Our goal in releasing GoAhead WebServer under an open source license is to help put a Web server in every device, harness the pool of talented developers, and enhance the reliability of GoAhead We
阅读全文
摘要:SpecificationsGeneral:60K memory footprint Standards compliant Open scripting architecture Only dependant on standard C runtime library . Compatible with GoAhead’s Embedded Management Framework. Dynamic Content:ASP (not Microsoft IIS compliant) In-Process CGI Traditional CGI support (Most OS Platfor
阅读全文