Skip to content

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

License

Notifications You must be signed in to change notification settings

yGuy/catt-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages