AWS IOT SDK porting & WICED subscribe in a topic

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I have below two questions, can you please reply

1) Is it possible to port only AWS IOT SDK (IoT part) in WICED (not TLS, Thread, Timer library of AWS IOT SDK) ?

    If already it has been done for WICED, Can you please share details.

2) Can we able to subscribe for multiple topics using one MQTT object in WICED ? If possible how many maximum topics we can subscribe (for each subscribe we need to create different threads as per my understanding)? 

Thanks &regards

Sankha

0 Likes
1 Solution
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi,

1. The porting of AWS IOT SDK has not been done yet. But you could try the following Porting guide which is opensource.

aws-iot-device-sdk-embedded-C/PortingGuide.md at master · aws/aws-iot-device-sdk-embedded-C · GitHub

2. by creating multiple thread with proper thread safety you could use one MQTT object to subscribe to multiple topics.

Regards,

Vinayak

View solution in original post

1 Reply
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi,

1. The porting of AWS IOT SDK has not been done yet. But you could try the following Porting guide which is opensource.

aws-iot-device-sdk-embedded-C/PortingGuide.md at master · aws/aws-iot-device-sdk-embedded-C · GitHub

2. by creating multiple thread with proper thread safety you could use one MQTT object to subscribe to multiple topics.

Regards,

Vinayak