RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
...
Code Block |
---|
$ docker compose version Docker Compose version v2.36.2 |
Attached the required files in the wiki page webpa_docker_files.tgz . tree structure of the attachment is as followsTree structure of the code details https://github.com/rdkcentral/rdk-cloud-container-config is as follows.
Code Block |
---|
. ├── docker-compose.yaml ├── scytale │ ├── Dockerfile │ └── scytale.yaml ├── talaria │ ├── Dockerfile │ └── talaria.yaml └── tr1d1um ├── Dockerfile └── tr1d1um.yaml |
...
Code Block |
---|
$ git clone https://github.com/xmidt-org/talaria <working folder name> ( If the folder name is different, make sure the talaria is the folder name) |
Code Block |
---|
$ git clone https://github.com/xmidt-org/scytale <working folder name>( If the folder name is different, make sure the scytale is the folder name) |
Code Block |
---|
$ git clone https://github.com/xmidt-org/tr1d1um <working folder name> ( If the folder name is different, make sure the tr1d1um is the folder name) |
...
For errors, can be checked by $ docker logs <containerid>
GET Parameter
|
SET Parameter
|
List of connected Devices
|
AUTH_TOKEN : Basic base64 encoded auth token or SAT (if enabled).
WEBPA-URL : URL of Tr1d1um service in IP:PORT format.
DEVICE_MAC : MAC address of the CPE device.
PARAMETER : GET/SET Parameter that need to be requested.
...