NetBurner 3.0
NetBurner Config Nesting Variables Demo

This program shows the basics of using NetBurner's config system, specifically, how config objects can be structured to be nested inside eachother. The config system is used both to store boot and interface information, such as default BaudRate and current IP settings, as well as provide for the user to define and store their own persistent variables.

In this example, we've created some objects that are created when the device first boots, and whose values persist after the device has been power cycled.The currently available config objects that can be used are as follows:

  • config_obj // base object, used as a container for other objects
  • config_bool // bool
  • config_int // int
  • config_double // double
  • config_string // string
  • config_chooser // multiple choice option
  • config_pass // password
  • config_IPADDR4 // IP4 Address
  • config_IPADDR6 // IP6 Address
  • config_MACADR // MAC Address