naiDigiSetting: iDigi Customized Setting

Supported platforms
===================
This application can run on the connectcore9c_a, connectcore9p9215_a,
connectcorewi9c_a, connectcorewi9p9215_a, ns9210_a, connectme, connectwime,
connectcore9p9360, and connectme9210 platforms.

The sample application will demonstrate to customize new configurations. The new
configuration can be manage through the iDigi server.  

The application adds SNTP configuration to the iDigi server. The SNTP descriptor is
shown in sntpSetting.xml.

What you will do
================
1.  Start your application.
2.  Setup your devices connection to the iDigi server.
3.  Connect to the iDigi server.
4.  Access the new SNTP configuration from the iDigi server web page.
    You may require to clear rci descriptor from the iDigi server.
5.  Only SNTP addresses, resynchronized time and timezone are saved in NVRAM.

BSP changes
=========== 
1.  Set BSP_IDIGI_ENABLED to TRUE in bsp_net.h in your platform directory.
2.  Set BSP_CLI_ENABLE to TRUE in bsp_cli.h	in your platform directory.
3.  Set BSP_CLI_TELNET_ENABLE to TRUE or set BSP_CLI_SERIAL_ENABLE to TRUE in
    your in your platform directory.  You can also set both to TRUE.  
4.  Set BSP_INCLUDE_SNTP to TRUE in bsp_sys.h.

Setup or login to your iDigi account
====================================
1.  Login to http://developer.idigi.com with your username and password if you
    previously setup an account, or click on "Are you a new user?" to setup a
    new account. 
2.  Click on the "Devices" selection under Management.
3.  Click on "+" from the Devices toolbar to add your device.
4.  Your device will not be discovered, so hit the "Add Manually" button.
5.  Enter the MAC Address of your device then click the "Add" button, then the
    "OK" button.
6.  If your device has both a Wireless and Ethernet interface, use the MAC
    Address of the Ethernet interface as the unique device identifier
    (Device Id).  Any information sent to the iDigi server from either
    interface will go to this Device Id on the iDigi server.
    
Start your application
======================
1.  Start your naiDigiSetting application.
2.  Log in iDigi server and access the device.
3.  Goto SNTP Configurations page.
4.  Specify SNTP configuration.
5.  Setup the time to turn on and off the LED.

