Skip to content

Commit

Permalink
docs: Updated the image url in Cloud Connections User guide with loca…
Browse files Browse the repository at this point in the history
…l images. [backport docs-release-5.4] (#4963)

docs: Updated the image url in Cloud Connections User guide with local images. (#4962)

Updated the image url in Cloud Connections User guide with local images.

(cherry picked from commit 9d8ff2e)

Co-authored-by: Salvatore Coppola <[email protected]>
  • Loading branch information
github-actions[bot] and salvatore-coppola authored Nov 10, 2023
1 parent 9955ba8 commit e44db4a
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions docs/cloud-api/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ The involved steps are the following

1. Open the Cloud Connections section of the Web UI:

![cloud-connections](https://s3-us-west-2.amazonaws.com/kura-repo/kura-github-wiki-images/generic-cloud-services/cloud-connections-user-1.png)
![cloud-connections](images/cloud-connections-user-1.png)

2. Create a new Cloud Connection

1. Click on the **New Connection** button

![cloud-connections](https://s3-us-west-2.amazonaws.com/kura-repo/kura-github-wiki-images/generic-cloud-services/cloud-connections-user-2.png)
![cloud-connections](images/cloud-connections-user-2.png)

2. Enter a new unique identifier in the **Cloud Connection Service** PID field. The identifier must be a valid `kura.service.pid` and, in case of a Kapua Cloud Connection, it must start with the `org.eclipse.kura.cloud.CloudService-` prefix. A valid identifier can be `org.eclipse.kura.cloud.CloudService-KAPUA`. As an alternative it is possible to reconfigure the existing `org.eclipse.kura.cloud.CloudService` Cloud Connection.

3. Configure the `MQTTDataTrasport` service.

![cloud-connections](https://s3-us-west-2.amazonaws.com/kura-repo/kura-github-wiki-images/generic-cloud-services/cloud-connections-user-3.png)
![cloud-connections](images/cloud-connections-user-3.png)

Click on the `MQTTDataTrasport-KAPUA` tab and fill the parameters required for establishing the MQTT connection:

Expand All @@ -35,7 +35,7 @@ The involved steps are the following

4. Configure the `DataService-KAPUA` service.

![cloud-connections](https://s3-us-west-2.amazonaws.com/kura-repo/kura-github-wiki-images/generic-cloud-services/cloud-connections-user-4.png)
![cloud-connections](images/cloud-connections-user-4.png)

In order to enable automatic connection, set the `Connect Auto-on-startup` parameter to `true`

Expand All @@ -45,7 +45,7 @@ The involved steps are the following

2. Click on the **New Pub/Sub** button.

![cloud-connections](https://s3-us-west-2.amazonaws.com/kura-repo/kura-github-wiki-images/generic-cloud-services/cloud-connections-user-5.png)
![cloud-connections](images/cloud-connections-user-5.png)

3. Select the type of component to be created, from the **Available Publisher/Subscriber factories** drop down list, in order to create a Publisher
select the `org.eclipse.kura.cloud.publisher.CloudPublisher` entry.
Expand All @@ -54,7 +54,7 @@ select the `org.eclipse.kura.cloud.publisher.CloudPublisher` entry.

5. Click **Apply**, you should see the publisher configuration

![cloud-connections](https://s3-us-west-2.amazonaws.com/kura-repo/kura-github-wiki-images/generic-cloud-services/cloud-connections-user-6.png)
![cloud-connections](images/cloud-connections-user-6.png)

6. Select and configure the newly created publisher instance, and then click **Apply**

Expand All @@ -66,6 +66,6 @@ select the `org.eclipse.kura.cloud.publisher.CloudPublisher` entry.

3. Click on the **Select available targets** link and select the desired Publisher instance to bind to.

![cloud-connections](https://s3-us-west-2.amazonaws.com/kura-repo/kura-github-wiki-images/generic-cloud-services/cloud-connections-user-7.png)
![cloud-connections](images/cloud-connections-user-7.png)

4. Click on **Apply**
2 changes: 1 addition & 1 deletion docs/references/javadoc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Javadoc

- [Kura API Documentation](https://download.eclipse.org/kura/docs/api/5.2.0/apidocs/).
- [Kura API Documentation](https://download.eclipse.org/kura/docs/api/5.4.0/apidocs/).
- [Java Communications API (javax.comm)](http://docs.oracle.com/cd/E17802_01/products/products/javacomm/reference/api/).
- [Java USB (javax.usb)](http://javax-usb.sourceforge.net/jdoc/).
- [Java HIDAPI Javadoc](http://kura-resources.s3.amazonaws.com/javadocs/hidapi-1.1-javadoc/index.html).
Expand Down

0 comments on commit e44db4a

Please sign in to comment.