0.0.4 • Published 6 years ago

iot-communicator v0.0.4

Weekly downloads
12
License
-
Repository
-
Last release
6 years ago

Setup

  1. npm install
  2. nvm use

Usage

  1. Set environment variables AWS_REGION and AWS_THING_ENDPOINT
  2. Run the server on your IoT device with node server.js. This listens to an mqtt message broker for requests.
  3. Create a lambda to run the client.js. The lambda will communicate with IoT device.