Hi,
So you've looked at the eCos daemon and it was not suitable? What features did 
you need?
You need to look at your requirements. How much flash and ram do you have for 
the daemon and what capabilities do you need. 

Several years ago I ported SHTTPD (simple http daemon, latest version is now 
called mongoose.) to eCos and have used it since. It is a substitute to the 
eCos provided daemon. It uses a table that translates urls to C functions which 
seems to fit well for embedded use. It can also support HTTPS and login. Some 
others in the group have also used it. 

        ...Laurie:{)



On 23/08/2011, at 2:42 AM, gmail <jjdebar...@gmail.com> wrote:

> I am running the FreeBSD networking stack and looking to add an http daemon 
> for system status and configuration.
> 
> I think that I am fine w/o a scripting interface.
> 
> Appreciate any feedback on experiences.
> 
> Thanks,
> --JJ--
> 
> -- 
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
> 

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Reply via email to