Java web server example

Introduction

This is an example that demonstrates another webserver from Java. This allows you to control the state of GPIO pins on the board.
The web site has an authorisation page that requires you to login before accessing the rest of the site. The username and password are both dctl.

Building the example

Change directory to the java webserver example
    cd %LF_HOME%\examples\java_web_server

Rebuild the application
    lfmake clean all

Running the example

To run the example on the board
    lfdownload WebServer.bin

Features

This example demonstrates the following SDK features.