NetBurner 3.5.0
PDF Version
 
Custom Web Config

This example is an advanced version BasicWebConfig example that implements the content with JavaScript and jQuery. It also demonstrates how to store and display custom application data in the AppData section.

Configuration objects are created when the device first boots, then they are stored so they are persist after the device has been power cycled. The web interface adds custom styling beyond the basic server presentation to view and set the values. The currently available configuration objects are:

Note that because we are only processing the config object, we are able to avoid writing a custom POST handler that is used in the other examples .If you include more to your web interface than is provided here, that will need to be incorporated as well.