/riot-io

Primary LanguageJavaScript

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.