Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

h42i/HasiMQ-Sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HasiMQ-Sockets

Node.js based implementation of an MQTT-socket to i2c interface.

Dependencies

Install

HasiMQ-Sockets runs on an ARMv6 system and only Node.js version <= 0.11 is supported.

To install the modules run

$ npm install [email protected]

Adjust the paths in the HasiMQ-Sockets.service file and copy the file to either

/usr/lib/systemd/system/

or

/etc/systemd/system/

Run

Enable systemd service via

$ systemctl enable HasiMQ-Sockets.service and start with $ systemctl start HasiMQ-Sockets.service

Issues

Currently neither keepalive signal or success codes are implemented for the i2c device. It is therefore not possible to determine, if the i2c payload was recieved.

Releases

No releases published

Packages

No packages published