Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 553 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 553 Bytes

unipi-simulator

A simple node.js WS server to simulate the UniPi evok API.

This is very, very simple. I only really created it to play with potential WS based control systems.

How to run it

$ npm install
$ npm start

Then access this URL with your Evok client:

http://localhost:3030/ws

Press some keys in the console (a, b, c, etc).

You can also hit this URL with your browser for a basic web interface:

http://localhost:3031/

References

http://unipi.technology/

https://github.com/UniPiTechnology/evok