Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/oneshot_budapest_mqtt
https://github.com/mcollina/oneshot_budapest_mqtt
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcollina/oneshot_budapest_mqtt
- Owner: mcollina
- License: mit
- Created: 2014-11-20T14:54:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-20T14:54:43.000Z (about 10 years ago)
- Last Synced: 2024-12-17T15:43:06.957Z (23 days ago)
- Language: JavaScript
- Size: 4.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Live code the Internet of Things
===============================> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)
Abstract
--------What can you build in 30 minutes, on stage, with a Tessel, a couple of Arduinos, some sensors and actuators? Is the IoT within reach? Can you do that yourself in the hackerspace this afternoon? In this talk I will demo all the relevant technologies for building an IoT prototype: the MQTT protocol, the Mosca broker, and how to use it from real hardware. Bonus points: I will also show how to connect a BLE device from node!
View slides locally
-------------------First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```