Bob
Bob

Reputation: 415

AWS IoT: Possible to connect mobile devices

Upvotes: 2

Views: 126

Answers (1)

Karthik Balaguru
Karthik Balaguru

Reputation: 7842

It depends on the type of device that you have in hand. The device must have a device certificate, private key, and root CA certificate installed for communicating with AWS IoT Core.

There is a SDK that can help you programatically. The AWS IoT Device SDKs help you to connect your devices to AWS IoT. Here is a list of SDKs based on the platform that you are using.

Here is a good link for reference establishing connection with AWS IoT core service

Upvotes: 2

Related Questions