The factory application that is included with the NetBurner module includes a simple web page, network configuration options and a demo of some of the hardware available on the device. The URL request should look like the following:
http://<Device IP>
Where <Device IP> is replaced with the corresponding IP address. For more information on finding the IP address of your device, please see the previous section of this guide, Find your Device, under Network Setup.
The factory application is running a web server with a basic web page detailing some of the features of the device and development board. Once you have found your device's IP address, open your favorite browser and point it at the IP address of the device.
Now that the NetBurner tools are installed, the hardware is set up and you have verified this by accessing the device's web server. You have now graduated beyond this quick start guide.
To begin writing an application, we recommend reading through the NBEclipse Getting Started guide and the NetBurner Programmers Guide. In the NBEclipse guide, you will find information on writing NetBurner applications, sending new applications to the module and debugging with the graphical debugger. The Programmers guide will teach you more about the NetBurner libraries, operating system, and writing of applications in a multitask environment. Both of these documents can be found in the \nburn\docs
folder of your NNDK software installation.
The NNDK includes a multitude of examples that demonstrate the various hardware and software applications of the kit. These examples can be found in your NNDK installation directory, under the examples folder. The default location is \nburn\examples
.