You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documents/MIGRATION_GUIDE.md
+13-14Lines changed: 13 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -168,20 +168,20 @@ and other connection-related features.
168
168
For more information, refer to the [Connecting To AWS IoT Core](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#connecting-to-aws-iot-core)
169
169
section of the MQTT5 user guide for detailed information and code snippets on each connection type and connection feature.
| MQTT over Secure WebSocket with AWS SigV4 authentication |$${\Large\color{green}✔}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#mqtt-over-websockets-with-sigv4-authentication)|
174
-
| MQTT with X.509 certificate based mutual authentication |$${\Large\color{green}✔}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-x509-based-mutual-tls)|
175
-
| Websocket Connection with Cognito Authentication Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#mqtt-over-websockets-with-cognito)|
176
-
| MQTT with PKCS12 Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs12-method)|
177
-
| MQTT with Custom Authorizer Method |$${\Large\color{orange}✔\*}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-custom-authentication)|
178
-
| MQTT with Windows Certificate Store Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-windows-certificate-store-method)|
179
-
| MQTT with PKCS11 Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs11-method)|
| MQTT over Secure WebSocket with AWS SigV4 authentication |$${\Large\color{green}✔}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#mqtt-over-websockets-with-sigv4-authentication)|
174
+
| MQTT with X.509 certificate based mutual authentication |$${\Large\color{green}✔}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-x509-based-mutual-tls)|
175
+
| Websocket Connection with Cognito Authentication Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#mqtt-over-websockets-with-cognito)|
176
+
| MQTT with PKCS12 Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs12-method)|
177
+
| MQTT with Custom Authorizer Method |$${\Large\color{orange}✔}$$<sup>\*</sup>|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-custom-authentication)|
178
+
| MQTT with Windows Certificate Store Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-windows-certificate-store-method)|
179
+
| MQTT with PKCS11 Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-cpp-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs11-method)|
0 commit comments