/iot-traffic-sound

Scheduled jobs to use aggregated data from IoT Inspector to trigger audio notifications for data privacy risks

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

IoT Traffic Sound

This application leverages the Philip's Hue API to set the hue and brightness of a user's smart lights based on the flow of traffic received from the IoT Inspector API. To mock the Philip's Hue smart lights, we will use an emulator to reproduce similar behaviors.

Prerequisites

Getting Started

  1. First, clone and setup the IoT Inspector API and run the local webserver. Follow the README.md provided on the repository.
  2. Next, clone and setup the Hue Emulator to mock the smart lights for this application.
  3. Finally, clone this application.

Developing

  1. Run npm install to install server dependencies.
  2. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running
  3. Run npm start to start the development server.