Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pedesen/mumlr
- Owner: pedesen
- License: mit
- Created: 2017-05-21T14:55:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T08:15:07.000Z (over 7 years ago)
- Last Synced: 2024-10-25T06:50:25.045Z (about 2 months ago)
- Topics: espruino, javascript, websockets
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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