Customized UI for ThingsBoard IoT platform.
Eclipse UI is forwarding all request at the ThingsBoard demo server by default. To get started, simply run the command bellow.
git clone https://github.com/mariojfduarte/eclipse-ui.git
cd eclipse-ui/master
npm install
npm start
Using Docker:
To build:
docker build -t NAME .
To run:
docker run -d -p 3000:3000 NAME
ThingsBoard is an open-source IoT platform for data collection, processing, visualization, and device management.
ThingsBoard documentation is hosted on thingsboard.io.
Collect and Visualize your IoT data in minutes by following this guide.
This project is released under Apache 2.0 License.