Switch branches/tags
Nothing to show
Find file History
Latest commit 3528225 Apr 28, 2017 Bofu Chen (bafu) Init.
Permalink
..
Failed to load latest commit information.
README.md Init. Apr 27, 2017
test_client.js
test_config.js
test_load_config.py Init. Apr 27, 2017
test_mocha.js

README.md

Manual Tests

  1. Enable Broker
$ node broker.js
  1. Enable IP Camera Agent

Camera agent gets (HTTP Get) a snapshot from IP camera, and publishes the received body to event notifier.

$ node camera.js
  1. Enable Event Notifier

Event notifier gets the latest camera snapshots and sends a notification (via email) to user.

$ node mail.js <sender-mail-address> <sender-mail-password> \
    <receiver-mail-address>
  1. Send Simulated Event
$ mosquitto_pub -h localhost -t dt42/camera -m snapshot