yGuy / catt-server

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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)

About

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

License:MIT License


Languages

Language:Python 65.5%Language:Dockerfile 34.5%