...
| View file | ||||
|---|---|---|---|---|
|
This approach had flaws as considering the fact that RialtoServer shouldn't be started by service file directly.
libRialtoServerManager.so should be responsible for creating an insatnce of RialtoServer which should spawn the socket for running rialto.
As mentioned above the latest approach was to integrate libRialtoServerManager.so to RDKShell which would give RDKShell the access to invoke API's.
API's to be invoked via RDKShell.
initiateApplication - causes for a new RialtoSessionServer instance to be spawned.
changeSessionServerState - requests an session server to change its state
...