|
1 | 1 | ## Overview
|
2 |
| -This AWS IoT SiteWise Service basic scenario demonstrates how to interact with the AWS IoT SiteWise service using an AWS SDK. The scenario covers various operations such as creating an Asset Model, creating assets, sending data to assets, and retrieving data. |
| 2 | +This AWS IoT Fleetwise basic scenario demonstrates how to interact with the AWS IoT FleetWise service using an AWS SDK. The scenario covers various operations such as creating a collection of standardized signalsl, creating a model manifest, creating a vehicle, and so on. |
3 | 3 |
|
4 | 4 | ## Key Operations
|
5 | 5 |
|
6 |
| -1. **Create an AWS SiteWise Asset Model**: |
7 |
| - - This step creates an AWS SiteWise Asset Model by invoking the `createAssetModel` method. |
| 6 | +1. **Create an AWS Fleetwise signal catalog**: |
| 7 | + - This step creates an AWS Fleetwise signal catalog by invoking the `createSignalCatalog`method. |
8 | 8 |
|
9 |
| -2. **Create an AWS IoT SiteWise Asset**: |
10 |
| - - This operation creates an AWS SiteWise asset. |
| 9 | +2. **Create an AWS IoT Fleetwise fleet**: |
| 10 | + - This operation creates an AWS Fleetwise fleet by invoking the `createFleet`method. |
11 | 11 |
|
12 |
| -3. **Retrieve the property ID values**: |
13 |
| - - To send data to an asset, we need to get the property ID values for the model properties. This scenario uses temperature and humidity properties. |
| 12 | +3. **Create a model manifest**: |
| 13 | + - This operation creates an AWS Fleetwise model manifest by invoking the `createModelManifest`method. |
14 | 14 |
|
15 |
| -4. **Send data to an AWS IoT SiteWise Asset**: |
16 |
| - - This operation sends data to an IoT SiteWise Asset. |
| 15 | +4. **Create a decoder manifest**: |
| 16 | + - This operation creates an AWS Fleetwise decoder manifest by invoking the `createDecoderManifest`method. |
17 | 17 |
|
18 |
| -5. **Retrieve the value of the IoT SiteWise Asset property**: |
19 |
| - - This operation gets data from the asset. |
| 18 | +5. **Create a vehicle**: |
| 19 | + - This operation creates an AWS Fleetwise vehicle by invoking the `createVehicle`method. |
20 | 20 |
|
21 | 21 | **Note** See the Eng spec for a full listing of operations.
|
22 | 22 |
|
23 | 23 | ## Resources
|
24 | 24 |
|
25 |
| -This Basics scenario requires an IAM role that has permissions to work with the AWS IoT SiteWise service. The scenario creates this resource using a CloudFormation template. |
| 25 | +This Basics scenario does not require any additional AWS resources. |
26 | 26 |
|
27 | 27 | ## Implementations
|
28 | 28 |
|
29 | 29 | This scenario example will be implemented in the following languages:
|
30 | 30 |
|
31 | 31 | - Java
|
32 | 32 | - Python
|
33 |
| -- JavaScript |
| 33 | +- Kotlin |
34 | 34 |
|
35 | 35 | ## Additional Reading
|
36 | 36 |
|
37 |
| -- [AWS IoT SiteWise Documentation](https://docs.aws.amazon.com/iot-sitewise/latest/userguide/what-is-sitewise.html) |
| 37 | +- [AWS IoT Fleetwise Documentation](https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/what-is-iotfleetwise.html) |
38 | 38 |
|
39 | 39 | Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
|
0 commit comments