GPIO Web server example

Introduction

This is a simple Java application that demonstrates a Java web server sitting on top of a C application. The web server is built in the web_server example, and the C application is taken from the C Timer and GPIO training example.

Building the example

Change directory to the gpio web server example
    cd %LF_HOME%\examples\gpio_webserver

Rebuild the application
    lfmake clean all

Running the example

To run the example on the board
    lfdownload gpio_webserver.bin

Features

This example demonstrates the following SDK features.