Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v-i-s-h/piiot-dashboard
Dashboard for PiIoT Competition
https://github.com/v-i-s-h/piiot-dashboard
Last synced: 2 months ago
JSON representation
Dashboard for PiIoT Competition
- Host: GitHub
- URL: https://github.com/v-i-s-h/piiot-dashboard
- Owner: v-i-s-h
- Created: 2016-07-16T13:49:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T01:32:25.000Z (5 months ago)
- Last Synced: 2024-07-31T04:13:56.348Z (5 months ago)
- Language: JavaScript
- Size: 1.25 MB
- Stars: 8
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PiIoT Dashboard
This repository contains files of hosting freeboard based dashboards as a part of my entry for element14's PiIoT Design Challenge - 2016.
Contents:
* A simple nodejs sever for self hosting the dashboards
* Freeboard for designing dashboards (modified)This repository conatins code from the following projects:
* [Freeboard](https://github.com/Freeboard/freeboard "Freeboard github repo")
* [freeboard-mqtt](https://github.com/alsm/freeboard-mqtt "Freeboard MQTT plugin")
* [Paho JS MQTT Client](http://www.eclipse.org/paho/clients/js/ "MQTT JS client from Eclipse Paho project")To know more about project: [Internet of Your Things](https://www.element14.com/community/community/design-challenges/pi-iot/blog/2016/07/10/piiot-internet-of-your-things-index "Project Documentation")
## How to use?
1. You should have a working installation of **nodejs** and **npm**
2. Clone this repository
3. Go to the directory and ```$ npm install ```. This will download the dependencies.
4. Start server by ```$ node server.js **```