Versions Compared

Key

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

<< Work in progress. Contents are under review >>

Table of Contents


Most of the up-to-data examples with the new JSONRPC can be found here : https://github.com/WebPlatformForEmbeddedrdkcentral/ThunderNanoServices/tree/master/examples

This directory contains two Example plugins, called : JSONRPCPlugin and OutOfProcessPlugin.

...

For using the plugins, the documentation (API documentation ) is pretty well documented. This is due to the fact that the documentation is automatically generated from the interface specification. The API specifications for each plugin can be found here:
https://github.com/WebPlatformForEmbeddedrdkcentral/ThunderNanoServices/blob/master/README.md

Plugins can be developed in a large variety, in process, out-of-process, out-of host, and each plugin can exploit a large scale over communication protocols, JSONRPC/COMRPC, MessagePackRPC.

...