cirkit_server
v1.0.1
Published
Cirkit server for cirkit clients in NodeJS
Readme
Installing
sudo npm install --global cirkit
Usage
Register device with server (should auto-pair on first start, otherwise choose menu>set IP)
Start server: cirkit server start
Stop process in terminal:ctrl+c
List devices that can receive pushes: cirkit devices
Push message to device
Get device ID from cirkit devices1: Name (ip address)
^ device ID
cirkit push "Message" $(id)

