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

https://github.com/yguy/catt-server

A simple HTTP endpoint wrapping the CATT ChromeCast server in a docker image for use with Node-Red
https://github.com/yguy/catt-server

Last synced: 7 months ago
JSON representation

A simple HTTP endpoint wrapping the CATT ChromeCast server in a docker image for use with Node-Red

Awesome Lists containing this project

README

          

# Docker Image to Connect Node-Red with ChromeCast devices

This image uses CATT to provide a simple HTTP API that Node-Red can connect to in order to control ChromeCast devices.

```bash
docker run -d --restart unless-stopped \
-e CHROME_CAST_SERVER=192.168.0.42 \
--name catt-server \
ghcr.io/yguy/catt-server:latest
```

This is under MIT license Copyright (c) 2023 Sebastian Mueller (yWorks)