NetBurner 3.1
The Config API

Example of Storing Application Values

We have several examples that outline how to properly use NetBurner's config objects. These can all be found in the examples folder of your NNDK install at \<NNDK Install Directory>\examples\Configuration\. They are listed here with brief descriptions for your convenience.

  • BasicConfig Basic: This program shows the basics of using NetBurner's config system objects.
  • BasicWebConfig Basic Web Config: This program shows the basics of using NetBurner's config system and presenting the information through a dynamically generated web interface.
  • CustomWebConfig Custom Web Config: This program shows how to use NetBurner's config system combined with a more complicated web interface featuring BootStrap and jQuery.