Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artizirk/fast-lircd-websocket-bridge
https://github.com/artizirk/fast-lircd-websocket-bridge
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/artizirk/fast-lircd-websocket-bridge
- Owner: artizirk
- License: mit
- Created: 2015-03-03T16:04:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T16:52:07.000Z (over 9 years ago)
- Last Synced: 2024-10-07T16:06:15.488Z (about 1 month ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LIRC daemon controll webinterface using WebSockets
With this you can send mute, volume up or volume down commands to lirc daemon
from every where.# How to run
you need uwsgi and python3 with asyncio
1. git clone this
2. create virtualenv `pyvenv venv` and activate it `source venv/bin/activate`
3. install flask `pip install flask`
4. start websocket daemon `uwsgi --ini config.ini:ws-serv`
5. start flask website `uwsgi --ini config.ini:web-dev`
6. open http://localhost:8080/
`lircd_socket` variable in `config.ini` controlls where the lirc daemon is