https://github.com/raintonr/unipi-simulator
A simple node.js WS server to simulate the UniPi evok API
https://github.com/raintonr/unipi-simulator
Last synced: 3 months ago
JSON representation
A simple node.js WS server to simulate the UniPi evok API
- Host: GitHub
- URL: https://github.com/raintonr/unipi-simulator
- Owner: raintonr
- License: apache-2.0
- Created: 2016-02-01T18:32:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T08:59:41.000Z (over 9 years ago)
- Last Synced: 2025-01-12T16:44:43.216Z (4 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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