Skip to content

Commit 4c30ac7

Browse files
authored
Merge pull request #2 from Appdynamics/bk-patch-1
Update README.md
2 parents 8a8a2a5 + 4abdb16 commit 4c30ac7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# iot-java-sdk
2-
Appdynamics IoT Java SDK to monitor performance of embedded applications on connected devices
1+
32
# AppDynamics IoT Java SDK
43

54
## Table of contents
@@ -29,23 +28,23 @@ This repository contains AppDynamics IoT Java SDK that can be used in embedded a
2928

3029
Best place to understand the usage of SDK is to run the sample application.
3130

32-
* Clone or download the repo `https://github.com/Appdynamics/iot-java-sdk.git` in `<MY_SOURCE_FOLDER>`
31+
* Clone or download the repo https://github.com/Appdynamics/iot-java-sdk.git in `<MY_SOURCE_FOLDER>`
3332

3433
* Get [EUM App Key and Collector URL](https://docs.appdynamics.com/display/latest/Set+Up+and+Access+IoT+Monitoring#SetUpandAccessIoTMonitoring-iot-app-key)
3534

36-
* Add these to your sample app by editing.
35+
* Add your EUM app key and Collector URL to your sample app by editing:
3736
`<MY_SOURCE_FOLDER>/iot-java-sdk/sample-apps/src/main/java/com/appdynamics/iotapps/MyIoTSampleApp.java`
3837
`public static final String APP_KEY = "<YOUR-APP-KEY>";`
3938
`public static final String COLLECTOR_URL = "<YOUR-COLLECTOR-URL>";`
4039

41-
* Build the sample-app by running the following commands.
40+
* Build the sample-app by running the following commands. (It also builds the SDK)
4241
`cd <MY_SOURCE_FOLDER>/iot-java-sdk `
4342
`./gradlew -p sample-apps clean distTar`
4443

4544
* Create a new folder from where to run the deployed code.
4645
`mkdir <MY_DEPLOY_FOLDER>`
4746

48-
* Copy the distribution tar file which includes the appdynamics iot java sdk to this deployment folder.
47+
* Copy the distribution tar file which includes the Sample App and the AppDynamics IoT Java SDK to this deployment folder.
4948
`cp ./sample-apps/build/distributions/appd-iot-sample-app.tar <MY_DEPLOY_FOLDER>`
5049

5150
* Un-tar and run the application.

0 commit comments

Comments
 (0)