https://github.com/dmowcomber/go-cec
Golang CEC
https://github.com/dmowcomber/go-cec
Last synced: 5 months ago
JSON representation
Golang CEC
- Host: GitHub
- URL: https://github.com/dmowcomber/go-cec
- Owner: dmowcomber
- Created: 2018-03-03T04:54:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T15:38:04.000Z (over 8 years ago)
- Last Synced: 2025-02-01T23:31:36.769Z (over 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-cec
A Golang CEC Dockerfile for the Raspberry Pi that has Golang and libcec installed.
## Pull image
```bash
docker pull dmowcomber/go-cec
```
## Build locally
```bash
docker build -t dmowcomber/hdmi-cec-homekit .
```