Skip to content
djpnewton edited this page Nov 7, 2011 · 4 revisions

Required Features

Settings Tree

  • Simple settings tree parsing (suitable for a limited memory microprocessor environment and privileged kernel env)
  • Reasonable settings hierarchy (at least 3 or 4 levels)
  • large number of settings symbols
  • Arrays of settings
  • Composite settings (we could just use the settings hierarchy to build up composite settings types, as long as a whole settings branch is accessible via settings read/write commands)
  • Shadow/volatile settings

Comms Protocol

  • Support limited packet sizes (~64 bytes)
  • Address (get and set) each setting individually by symbol name

Clone this wiki locally