aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
977 stars 628 forks source link

Requesting examples without SSL #1873

Closed karthikkumarb closed 1 year ago

karthikkumarb commented 1 year ago

Hi, Do you have any samples which can be connected to different brokers without the use of SSL, I need to connect using username and password not with any SSL certificates.

ActoryOu commented 1 year ago

Hi @karthikkumarb, Here is a MQTT demo without TLS on FreeRTOS.org. You can refer to that document and try it on FreeRTOS/FreeRTOS repo.

BTW, I'll suggest to ask generic question on FreeRTOS Forum. There are lots of experts helping users hand on.

Thanks.

karthikkumarb commented 1 year ago

Thanks

ActoryOu commented 1 year ago

I'm closing this issue, feel free to reopen it if you have further questions.

karthikkumarb commented 1 year ago

Hi @ActoryOu, Sorry for reopening this, I was able to get the plaintext working on a Linux machine, But I am looking for an example where we do only subscribe and wait for published messages from the broker. In the Plaintext example, it subscribes and publishes to the same topic.