You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Logging

  • Generate logs for all the components and processes.
  • Configuration of logging level per component

  • Print formatted data to stdout, which can be redirected to a local text file

  • Aggregate logs locally on device
  • Extract logs to server for analysis
  • Component :  RDKLogger

Power State Management

  • Persist current power state (on/off) across power cycles.

  • If box was shutdown via a scheduled reboot, then restore the last known power state.
  • If box was shutdown due to a crash, then restore the last known power state.
  • In all other cases, default to power on at startup.
  • Component : PowerManager

SNMP

  • Respond to Get requests from SNMP Management System.

  • Retrieve data from other RDK software components.
  • Component : CcspSnmpPa

TR069

  • Register device to Auto-Configuration Server (ACS) using Inform notification

  • Periodically send device information to ACS using Inform notification
  • Allow ACS to configure periodic Inform interval.
  • Retrieve device diagnostics/parameters using GetParameterValues() method
  • Set device parameters using SetParameterValues() method
  • Factory reset using FactoryReset method
  • Device reboot using Reboot method
  • Component : CcspTr069Pa

Parental Control

  • Manage sites based on URL and Keyword
  • Manage Devices connected based on MAC and IP
  • Manage Services
  • Get a log of parental control features
  • Component : CcspPandM

WEBUI

  • Easy monitoring and control of the device using the WebUI.
  • Enable, disable and modify various modes like Bridge mode,  WiFi SSID and so on directly from WebUI.
  • Factory Reset the device.
  • Component : WebUI




  • No labels