HTTP Server

This sample app demonstrates how to use Legato to create an HTTP Server.

It has a Legato file with a bundles: section that provides the file: and dir: paths. The requires section lists file: path and dir: details.

There are also sample website folders containing the sample site pages, css, etc.

See the README for details on the website configuration.

Go to the sample app code.

Run this to install the sample app:

$ cd apps/sample/httpServer
$ make wp85
$ instapp httpServer.wp85.update <ip address>

If you're using an AR7 module in your target, substitute ar7 for wp85.

Start App


See
Create Apps