Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleWhich types of data models/namespace are available under the eCM subsystem like "Device.WiFi." under eRT?
  • Each component has its own XML file , which will be available under /usr/ccsp/<component>
  • Here for Device.WiFi. , the Please refer to https://code.rdkcentral.com/r/plugins/gitiles/rdkb/components/opensource/ccsp/CcspWifiAgent/+/refs/heads/rdk-next/config-atom/TR181-WiFi-USGv2.XML.  This gives objects, parameters list for WiFi along with functions call. The XML file (TR181-WiFi-USGv2.XML) is available under /usr/ccsp/wifi. This file   file provides details regarding the data models available under Device.WiFi.
  • . In older releases , the XML files are available under /usr/ccsp/<component> . But with the latest code, instead of reading and parsing the XML at runtime, the new approach includes conversion of XML to .C/.cpp with the help of XML2C and creating a shared library (libWi-Fi.so). These changes are done for rdkb to reduce image size and improve boot times.
Expand
titleIs there any support for containers in RDK-B as of today?

Please refer https://wiki.rdkcentral.com/display/RDK/RDKB+Containerization+in+RPI+-+User+Manual+-+2019+M3 .

View file
nameContainerization.odt
height250

...