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
$ update httpServer.wp85.update <ip address>

If you're not using a Sierra Wireless WP85xx module, replace wp85 with the appropriate identifier for your target.

Install and Start App

See
Tutorials