Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pedesen/mumlr

MUMLR - Multi User Mate Light Remote
https://github.com/pedesen/mumlr

espruino javascript websockets

Last synced: 11 days ago
JSON representation

MUMLR - Multi User Mate Light Remote

Awesome Lists containing this project

README

        

# MUMLR - Multi User Mate Light Remote

Enables multiple users to open a web page and control an LED Matrix called Mate Light

### Content

* `server.js` - Serves the app and creates a websocket server
* `config.js` - Configure host IP, ports, matrix, ...
* `app/` - Files to be served (html, css, js)
* `espruino/mumlr.js` - Code to deploy to a micro controller running Espruino firmware

### Install dependencies and run server

```
yarn
yarn run all
```

### License

MIT