Skip to content

NTRsolutions/activServer

Repository files navigation

activServer

activServer is the nodeJS server in home automation system ActivHome. It manages connections between Arduino and websockets with serialport and socket.io.

Prerequisites

You must make, program and plug an Arduino in your RaspberryPi before starting this server.

Dependencies

Forever : A simple CLI tool for ensuring that a given script runs continuously (i.e. forever).

npm install forever -g

Install

npm install

Configure

You can configure your server inside activServerLaucher file

FOREVER="/usr/local/bin/forever" <-- Where forever is installed
BPATH="/home/pi/activServer/" <-- Your base Path

Serve

sudo chmod +x activServerLauncher
./activServerLauncher

License

About

activServer is the nodeJS server in home automation system ActivHome. It manages connections between Arduino and websockets with serialport and socket.io

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors