Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raveious/groupup
Linux daemon that sets up and manages groups of Chromecast displays automatically.
https://github.com/raveious/groupup
Last synced: 11 days ago
JSON representation
Linux daemon that sets up and manages groups of Chromecast displays automatically.
- Host: GitHub
- URL: https://github.com/raveious/groupup
- Owner: raveious
- License: gpl-3.0
- Created: 2016-11-22T20:37:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T19:34:59.000Z (about 8 years ago)
- Last Synced: 2024-11-15T00:38:29.259Z (2 months ago)
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GroupUp
[![Build Status](https://travis-ci.org/raveious/groupup.svg?branch=master)](https://travis-ci.org/raveious/groupup)
Linux daemon that sets up and manages groups of Chromecast displays.
## Installation
### Prerequisites
## Configuration
### Discovery
### Configuration
#### Discovery
#### Grouping up displays
##### Examples
#### Testing the Configuration
## Using a Display Temporarily
Using a display temporarily is really easy. Simply cast to the desired Chromecast like you would normally. When you're done, simply disconnect from it a the server will reclaim the Chromecast.
## Development
Make virtual environment, activate it, and install all the required packages.
```
$ virtualenv --python /path/to/python venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt
```Run the develop setup
```
(venv) $ python setup.py develop
```