An open API service indexing awesome lists of open source software.

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

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