Mohd-Aamir-M / aws-iot-examples

Examples using AWS IoT (Internet of Things)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-iot-examples

Examples using AWS IoT (Internet of Things)

  • mqttSample: A reference implementation for connecting a web application to AWS IoT using MQTT-over-WebSockets
  • truckSimulator: Sample code for simulating an Internet-connected truck sending location and performance metrics to AWS IoT or an AWS IoT Device Shadow
  • predictionDataSimulator: Python script which simulates publishing prediction data for a sample integration between AWS IoT and Amazon Machine Learning
  • deviceSimulator: CloudFormation template and Lambda function for publishing device data as a simulator to AWS IoT
  • justInTimeRegistration: Sample Lambda function code that creates and attaches an IoT policy to the just-in-time registered certificate. It also activates the certificate. The Lambda function is attached as a rule engine action to the registration topic $aws/events/certificates/registered/<caCertificateID>
  • hereGeofencingRule: Sample Lambda function code that utilizes HERE geofencing capabilities. Add this as an in-line function call in your AWS IoT topic rule to build geofencing evaluation into your rule at run time.

About

Examples using AWS IoT (Internet of Things)

License:Apache License 2.0


Languages

Language:JavaScript 82.0%Language:HTML 10.7%Language:Python 7.4%