UNPKG

1.24 kBMarkdownView Raw
1# pooliot-client [![NPM version][npm-image]][npm-url]
2
3[![Dependency ci Status][dependencyci-image]][dependencyci-url]
4[![Dependency Status][daviddm-image]][daviddm-url]
5
6## What it is
7
8Client for [pooliot](https://github.com/christophehurpeau/pooliot).
9Allow to control your iot from a server.
10
11Currently supports:
12
13- raspberry
14- tinker board
15
16But it should work for most debian-based boards.
17Please open an issue if you want support for a particular board.
18
19
20## Install
21
22```
23sudo npm install -g pooliot-client
24sudo pooliot-client install --interactive
25```
26
27## Read the logs
28
29```
30sudo journalctl -fan100 _SYSTEMD_UNIT=pooliot-client.service
31```
32
33## Start, Stop or Restart the client
34
35```
36sudo systemctl [start|stop|restart] pooliot-client
37```
38
39[npm-image]: https://img.shields.io/npm/v/pooliot-client.svg?style=flat-square
40[npm-url]: https://npmjs.org/package/pooliot-client
41[daviddm-image]: https://david-dm.org/christophehurpeau/pooliot-client.svg?style=flat-square
42[daviddm-url]: https://david-dm.org/christophehurpeau/pooliot-client
43[dependencyci-image]: https://dependencyci.com/github/christophehurpeau/pooliot-client/badge?style=flat-square
44[dependencyci-url]: https://dependencyci.com/github/christophehurpeau/pooliot-client