Skip to content

Commit 5ab1819

Browse files
committed
Move CRT info
1 parent efe00c1 commit 5ab1819

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# AWS IoT Device SDK for Java v2
22

3-
The AWS IoT Device SDK for Java v2 connects your Java applications and devices to the AWS IoT platform. Whether you're building industrial sensors, smart home devices, or enterprise IoT solutions, this SDK handles the complexities of secure communication, data exchange, and device management with AWS IoT Core.
4-
5-
This SDK is built on the [AWS Common Runtime](https://docs.aws.amazon.com/sdkref/latest/guide/common-runtime.html).
3+
The AWS IoT Device SDK for Java v2 connects your Java applications and devices to the AWS IoT platform. Built on the AWS Common Runtime, it handles the complexities of secure communication, authentication, and device management so you can focus on your IoT solution.
64

75
**Supported Platforms**: Linux, Windows, macOS, [Android](./documents/ANDROID.md)
86

@@ -19,9 +17,12 @@ This SDK is built on the [AWS Common Runtime](https://docs.aws.amazon.com/sdkref
1917

2018
The primary purpose of the AWS IoT Device SDK for Java v2 is to simplify the process of connecting devices to AWS IoT Core and interacting with AWS IoT services on various platforms. The SDK provides:
2119

20+
This SDK is built on the [AWS Common Runtime](https://docs.aws.amazon.com/sdkref/latest/guide/common-runtime.html).
21+
2222
* Secure device connections to AWS IoT Core using MQTT protocol (MQTT 3.1.1 and MQTT 5.0)
2323
* Support for [multiple authentication methods and connection types](./documents/MQTT5_Userguide.md#how-to-setup-mqtt5-builder-based-on-desired-connection-method)
2424
* [Android support](./documents/ANDROID.md)
25+
* Built on the [AWS Common Runtime](https://docs.aws.amazon.com/sdkref/latest/guide/common-runtime.html) for high performance and minimal footprint
2526
* First-class support for AWS IoT Core services.
2627

2728
#### Supported AWS IoT Core services

0 commit comments

Comments
 (0)