Versions Compared

Key

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

...

Configure your profile, add to ~/.aws/credentials. Obviously you have to provide your own correct credentials:

Code Block
languagebash
[s3dacrdk]
aws_access_key_id = xxxxx
aws_secret_access_key = yyyyyy

...

Publish the DAC app using dactest.py tool

...

Among other things, dactest.py can be used list ASMS apps, add entries and remove entries. 

Image Added

To add an entry to ASMS, i.e. to publish a DAC app you can follow these steps:

  1. on your development PC/laptop: install dactest.py dependencies. You need python3 and then pip3 install requests colorama websocket-client
  2. use ./dactest.py 192.168.0.117 (replace with your RPI IP)
  3. it will use the RDK ASMS to list apps available from the cloud. Use "A" to start the procedure to add an app to ASMS
  4. you will need to provide an id, name, version, the OCI image URL (see previous step) and a link to an icon to use

Publish the DAC app using Swagger interface

...