1.0.0-alpha.24 • Published 5 years ago

thingshub v1.0.0-alpha.24

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.0-alpha.23

5 years ago

1.0.0-alpha.22

5 years ago

1.0.0-alpha.21

5 years ago

1.0.0-alpha.20

5 years ago

1.0.0-alpha.19

5 years ago

1.0.0-alpha.18

5 years ago

1.0.0-alpha.17

5 years ago

1.0.0-alpha.16

5 years ago

1.0.0-alpha.15

5 years ago

1.0.0-alpha.14

5 years ago

1.0.0-alpha.13

5 years ago

1.0.0-alpha.12

5 years ago

1.0.0-alpha.11

5 years ago

1.0.0-alpha.10

5 years ago

1.0.0-alpha.9

5 years ago

1.0.0-alpha.8

5 years ago

1.0.0-alpha.7

5 years ago

1.0.0-alpha.6

5 years ago

1.0.0-alpha.5

5 years ago

1.0.0-alpha.4

5 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

5 years ago

1.0.0-alpha.0

5 years ago