namanvar: Management Interface Example Application

This application will simulate a temperature sensor which can be accessed 
through a Web browser.  The application will allow a browser to retrieve 
status or configure several settings since the internal variables are 
registered using the Management API. 

This example should work on all development boards.

Task:
    1. Register the application's variables and functions with the 
       Management Interface
    2. Register the AWS functions with Management Interface.
    3. Create another thread to sample the current temperature.  A counter,
       associated with a temperature range, will increment for each sample.

Usage:
    1.  Load the example in your board
    2.  By using a web browser enter the ip address of your board as the URL
    3.  Enter "root" as username and "password" for the password
    4.  The web page will include the following items: the Temperature Range 
        Table (displays temperature range in each cell); the Temperature Count 
        Table (displays a count for each temperature range); the Machine 
        Serial Number (displays the serial number of board); the Current 
        Temperature (displays the temperature currently simulated on the 
        board); the Temperature Control (switchable control to turn the 
        sensor ON or OFF); the Sample Timer (selectable timer, in seconds, to
        sample the current temperature); and the Temperature Scale (selectable 
        incremental value, in degrees, used to configure each cell in the
        temperature range table).
    5.  Enable the temperature sensor by submitting ON in the temperature 
        control.
    6.  Notice the temperature count table updated whenever the current 
        temperature is changed.
    7.  Change the frequency of sampling the current temperature by 
        submitting a new sample timer.
    8.  Notice the temperature count is reset whenever the temperature 
        control is turned ON.
    9.  Change the temperature range for each cell by submitting a new 
        temperature scale.
    10. Notice the temperature Range Table is updated in increments of the 
        new value.

The application uses the following files located in the
netos\src\linkerScripts directory.  These files are generated
when the BSP is built.

bootldr.dat     bootloader configuration file used to generate the
                file image.bin.  It controls the information placed
                in the bootloader header of the image.

image.ldr       GNU linker script used to build an image that can
                be debugged and used with the bootloader.
                
customize.ldr   Customizable GNU linker script
