jarrettgreen / riot-io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Gitter

RIOT IO - React Internet of Things

A MERN based app for monitoring and interacting with your Internet of Things Things via MQTT.

Currently, Riot is a BYOB (Bring your Own Broker) setup. You can configure your MQTT connection in a .env file:

MQTT_HOST=mqtt://somehost
MQTT_USER=usename
MQTT_PASS=password

Run

$ npm run watch
$ npm start

By default this will start on port 8080 but you can define a different port in your .env file.

About


Languages

Language:JavaScript 90.6%Language:HTML 6.5%Language:CSS 3.0%