File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 8
8
* [ How do debug in VSCode?] ( #how-do-debug-in-vscode )
9
9
* [ What certificates do I need?] ( #what-certificates-do-i-need )
10
10
* [ How do I build and use the Android SDK?] ( #how-do-i-build-and-use-the-android-sdk )
11
+ * [ Where can I find MQTT 311 Samples?] ( #where-can-i-find-mqtt-311-samples )
11
12
* [ I still have more questions about this sdk?] ( #i-still-have-more-questions-about-this-sdk )
12
13
13
14
### Where should I start?
@@ -104,6 +105,10 @@ Here is an example launch.json file to run the pubsub sample
104
105
105
106
### How do I build and use the Android SDK?
106
107
Instructions for building, installing, and use of the Android SDK can be found [ here] ( ../documents/ANDROID.md )
108
+
109
+ ### Where can I find MQTT 311 Samples?
110
+ The MQTT 311 Samples can be found in the v1.27.2 samples folder [ here] ( https://github.com/aws/aws-iot-device-sdk-java-v2/tree/v1.27.2/samples )
111
+
107
112
### I still have more questions about this sdk?
108
113
109
114
* [ Here] ( https://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html ) are the AWS IoT Core docs for more details about IoT Core
Original file line number Diff line number Diff line change 13
13
* [ Websocket Connection with Sigv4 Authentication Method] ( ./Mqtt5/PubSub/README.md#websocket-connection-with-sigv4-authentication-method )
14
14
* [ Websocket Connection with Cognito Authentication Method] ( ./Mqtt5/PubSub/README.md#websocket-connection-with-cognito-authentication-method )
15
15
* [ MQTT5 Shared Subscription] ( ./Mqtt5/SharedSubscription/README.md )
16
- ## MQTT311 Samples
17
- * [ BasicPubSub] ( ./BasicPubSub/README.md )
18
- * [ Basic Connect] ( ./BasicConnect/README.md )
19
- * [ Websocket Connect] ( ./WebsocketConnect/README.md )
20
- * [ Pkcs11 Connect] ( ./Pkcs11Connect/README.md )
21
- * [ Pkcs12 Connect] ( ./Pkcs12Connect/README.md )
22
- * [ WindowsCert Connect] ( ./WindowsCertConnect/README.md )
23
- * [ X509 Connect] ( ./X509CredentialsProviderConnect/README.md )
24
- * [ CustomAuthorizer Connect] ( ./CustomAuthorizerConnect/README.md )
25
- * [ JavaKeystore Connect] ( ./JavaKeystoreConnect/README.md )
26
- * [ Cognito Connect] ( ./CognitoConnect/README.md )
27
- * [ CustomKeyOperation Connect] ( ./CustomKeyOpsConnect/README.md )
28
16
## Other Samples
29
17
* [ Shadow] ( ./ShadowSandbox/README.md )
30
18
* [ Jobs] ( ./JobsSandbox/README.md )
You can’t perform that action at this time.
0 commit comments