Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 781 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 781 Bytes

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.