
Instructions for Digi Weather Station Demo 

The archive you have received contains two versions of the Digi Weather Station Demo project source code:

dgWeatherStationDemo-release_D-NoESP - is a version of the application suitable for use under NET+OS 6.3 and 7.x, 
                                       in conjunction with the none graphical development tools (e.g. when using 
									   make and not Digi ESP).

dgWeatherStationDemo-release_D-ESP  - is a version of the applciation suitable for importation and use with 
                                      Digi ESP tools.
									  
									  
INSTRUCTIONS FOR NET+OS 6.3 AND 7.x (NoESP) VERSION:

NOTE: The sample application contained dgWeatherStationDemo-release_D-NoESP.zip archive is provided ready to 
      build and run from NET+OS 7.x. Please follow the below special instructions in order to make it
	  compatible with NET+OS 6.3. Previous versions of NET+OS are not supported.

1. Unzip the dgWeatherStationDemo-release_D-NoESP.zip file into the c:\netos71\src\app directory.
2. Be sure to review the readme file, contained within the project itself, for any additional instructions.
3. Following the standard NET+OS instructions build the BSP and the application.
4. Build and debug, as prescribed by the provided NET+OS documentation.

SUPPORTING NET+OS 6.3

1. Edit 32b/Makefile.
2. Un-comment line 166, containing the following text: APP_LIBS += $(NETOS_LIBPATH)/libfastip.a.
3. Following the provided instructions build and debug.


IMPORTING WHEN WORKING WITH NET+OS 7.x AND DIGI ESP

1. Launch Digi ESP.
2. From the menu select 'File' and 'Import'.
3. Select 'Existing Projects into Workspace'.
4. Select 'Next'.
5. Select the radio button labeled 'Select archive file'.
6. Click the 'Browse' button.
7. Locate and select the dgWeatherStationDemo-release_D-ESP.zip file.
8. Click 'Open'.
9. Uncheck the boxes labeled 'WeatherGUI'. WeatherGUI is the name of the Java project used to generate the 
   included Java .class file.
10. Click 'Finish'.
11. Once completed a new project, entitled 'Digi Weather Station Demo' will have been created.

The default project is setup for the Connect ME platform. Refer to the Digi ESP documentation for instructions
on changing the target platform.


KNOWN LIMITATIONS:

- The web interface, provided with this example, does not provide support for the reconfiguration of the 
  wireless interface. 