1.0.0-alpha.24 • Published 6 years ago

thingshub v1.0.0-alpha.24

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

ThingsHub

Travis License

Interface for simply communicating with different IOT protocols like MQTT.

Preview

Dashboard

Prerequisites

Install Node.js

Using NVM (recommended)

Nvm is a node version manager which allows you to install different versions of node.js. To install it enter:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash

After that you have to reload your terminal session with:

. ~/.bashrc

Then nodejs (latest version) can be installed using:

nvm install stable

If the installation is complete it is recommended to add the global node_modules to the PATH variable. This is done using:

export PATH="$(npm root -g):$PATH"
. ~/.bashrc

Without using NVM

Follow the steps according to https://nodejs.org/.

Installation

Using NPM (recommended)

npm install thingshub -g

After the installation, ThingsHub can be startet with:

thingshub

Using Git

git clone https://github.com/codetent/ThingsHub.git
cd ThingsHub
npm install

After the manual installation, you can start the application in the directory with:

npm start

API

1.0.0-alpha.24

6 years ago

1.0.0-alpha.23

6 years ago

1.0.0-alpha.22

6 years ago

1.0.0-alpha.21

6 years ago

1.0.0-alpha.20

6 years ago

1.0.0-alpha.19

6 years ago

1.0.0-alpha.18

6 years ago

1.0.0-alpha.17

6 years ago

1.0.0-alpha.16

6 years ago

1.0.0-alpha.15

6 years ago

1.0.0-alpha.14

6 years ago

1.0.0-alpha.13

6 years ago

1.0.0-alpha.12

6 years ago

1.0.0-alpha.11

6 years ago

1.0.0-alpha.10

6 years ago

1.0.0-alpha.9

6 years ago

1.0.0-alpha.8

6 years ago

1.0.0-alpha.7

6 years ago

1.0.0-alpha.6

6 years ago

1.0.0-alpha.5

6 years ago

1.0.0-alpha.4

6 years ago

1.0.0-alpha.3

6 years ago

1.0.0-alpha.2

6 years ago

1.0.0-alpha.0

6 years ago