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

Compare with Current View Page History

« Previous Version 9 Next »

Overview

RDK services are a set of JSON-RPC services that provide access to the RDK core components on set-top devices. RDK services are implemented as Thunder plugins for the Thunder framework. The Thunder framework is responsible for, among other things, managing plugins and handling client requests. RDK services are invoked over HTTP or Web Sockets using their JSON-RPC services-based interface. This makes RDK services accessible to any client that can process JSON, such as Lightning JavaScript applications or HTML5 web applications. For native applications, you can also invoke RDK services directly using C/C++ native code.

Documentation

RDK Services are developed as an open source component in the rdkcentral organization at GitHub. Additional documentation and API references are available from the project website.

View the Latest Documentation

Some RDK components contain RDK services that are separately developed as part of their project. Refer to the each component repository, respectively: 

  • No labels