Using the GoAhead Webserver

Joel Sherrill joel.sherrill at OARcorp.com
Sat Aug 25 15:16:19 UTC 2012


On 08/25/2012 10:08 AM, Sebastian Huber wrote:
> On 25/08/12 16:51, ali nasir wrote:
>> Hi,
>>
>> I understand that the Go Ahead Webserver is already ported to the RTEMS. I need some help about how to go use it for eg, how to make web pages, how to put the webpages in the target,in what format does GoAhead need the web pages etc..
>> Request anyone having some experience to give a little guidance.
> I would use the Mongoose HTTP server.  It is also include in the RTEMS
> development version (should work with also with 4.9 and 4.10):
>
> http://git.rtems.org/rtems/tree/cpukit/mghttpd
>
And there is an example of how to use it in the network-demos.

Basically it just reads files from the filesystem. The httpd
demo program places them in a RAM filesystem. It can also
associate a C method with a URL and you can have dynamic content.

--joel



More information about the users mailing list