Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.15 KB

IoT Workshop

This is a complete dump of all the things that I used when giving a talk at "Cypher 2016". My talk was entitled "Adding to the Mess" and it was a one hour work shop.

I used a couple of demos to go with the talk, but they won't work here on GitHub. You'll need to checkout the repo, so some amount of set up and run a server locally. Look for instructions below.

  • Presentation: Built using Impress.js. Press 'p' to bring up the speaker console. Use 'c' to toggle the "Vote Count"
  • Audience Poll: A somewhat cheesy audience vote counter demo
  • RFMON: A demo tracker application created using a router running DD-WRT

Running It Locally

Equipment

The Audience Poll requires a connected webcam. Ideally looking out into the audiece.

The RFMON demo requires a router running DD-WRT that has been placed in monitor mode. More instructions below.

Checkout the repository and do

  $ npm install
  $ bower install

Open your browser to http://localhost:8000

DD-WRT Instructions

TBD

Acknowledgements

TBD