tashrafy / iot-traffic-sound

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 68.1%Language:HTML 16.5%Language:Dockerfile 8.2%Language:Shell 7.2%