From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13482 invoked by alias); 6 Jun 2006 11:16:14 -0000 Received: (qmail 13470 invoked by uid 22791); 6 Jun 2006 11:16:13 -0000 X-Spam-Check-By: sourceware.org Received: from Unknown (HELO netic.com) (66.28.185.252) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Jun 2006 11:16:12 +0000 Received: from piii550 (203-206-167-254.perm.iinet.net.au [203.206.167.254]) by netic.com (8.12.10/8.11.0) with ESMTP id k56BG7hA009698 for ; Tue, 6 Jun 2006 05:16:08 -0600 Reply-To: From: "Laurie Gellatly" To: Date: Tue, 06 Jun 2006 11:16:00 -0000 Message-ID: <007801c6895a$9c95c200$0101010a@netic.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <671c20540606051007m7769418ek587cce4ce4c2f7e@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] eCos meets SHTTPD (web server) X-SW-Source: 2006-06/txt/msg00046.txt.bz2 On another note, I've been working on SHTTPD as my ARM project's web server. The built in server unfortunately didn't have some facilities I needed and goAhead required its logo on the front page of the final product. I have a version running now that uses eCos to setup the threads and sockets (and I believe should also work with IPv6) and uses SHTTPD to do the serving. For those that don't know about SHTTPD you can see details here: http://shttpd.sourceforge.net It has a MIT license and provides Digest Access Authentication, SSL, GET, POST. Like the eCos server it also has embedded calls and there appears to be facilities for a ROM file system (though I've not looked at that). I've modified SHTTPD to check on 'Last-Modified-Since' so that static elements, like images, are not repeatedly downloaded to the browser. I've extended DAA (login with encrypted passwords and user names) to also request login again after the user has a period of inactivity. Tried it with IE6 and Firefox 1.5 OK. Drop me a line if you're interested. Cheers ...Laurie:{) -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss