Difference between revisions of "AWS Internet of Things (IoT)"
| Line 5: | Line 5: | ||
* [http://us-west-2.console.aws.amazon.com/iotv2/home?region=us-west-2#/tutorial?step=1 AWS IoT Interactive Tutorial] | * [http://us-west-2.console.aws.amazon.com/iotv2/home?region=us-west-2#/tutorial?step=1 AWS IoT Interactive Tutorial] | ||
* [http://aws.amazon.com/documentation/iot/ AWS IoT Core Documentation] | * [http://aws.amazon.com/documentation/iot/ AWS IoT Core Documentation] | ||
| + | * [[DeepLens - deep learning enabled video camera]] | ||
| + | * [[Lambda]] | ||
| + | * [[Internet of Things (IoT) Core]] ) | ||
| + | * [[MQ Telemetry Transport (MQTT)]] | ||
AWS IoT Core allows you to easily connect devices to the cloud and to other devices. AWS IoT Core supports HTTP, WebSockets, and MQTT, a lightweight communication protocol specifically designed to tolerate intermittent connections, minimize the code footprint on devices, and reduce network bandwidth requirements. AWS IoT Core also supports other industry-standard and custom protocols, and devices can communicate with each other even if they are using different protocols. | AWS IoT Core allows you to easily connect devices to the cloud and to other devices. AWS IoT Core supports HTTP, WebSockets, and MQTT, a lightweight communication protocol specifically designed to tolerate intermittent connections, minimize the code footprint on devices, and reduce network bandwidth requirements. AWS IoT Core also supports other industry-standard and custom protocols, and devices can communicate with each other even if they are using different protocols. | ||
Revision as of 14:05, 27 June 2018
- AWS IoT Button
- AWS IoT Core
- AWS IoT Interactive Tutorial
- AWS IoT Core Documentation
- DeepLens - deep learning enabled video camera
- Lambda
- Internet of Things (IoT) Core )
- MQ Telemetry Transport (MQTT)
AWS IoT Core allows you to easily connect devices to the cloud and to other devices. AWS IoT Core supports HTTP, WebSockets, and MQTT, a lightweight communication protocol specifically designed to tolerate intermittent connections, minimize the code footprint on devices, and reduce network bandwidth requirements. AWS IoT Core also supports other industry-standard and custom protocols, and devices can communicate with each other even if they are using different protocols.