https://github.com/steakunderscore/tide
Go client for [pixelflut](https://github.com/defnull/pixelflut)
https://github.com/steakunderscore/tide
go pixelflut
Last synced: 5 months ago
JSON representation
Go client for [pixelflut](https://github.com/defnull/pixelflut)
- Host: GitHub
- URL: https://github.com/steakunderscore/tide
- Owner: steakunderscore
- License: gpl-3.0
- Created: 2020-01-12T14:20:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T14:25:38.000Z (over 5 years ago)
- Last Synced: 2025-01-06T08:48:36.162Z (6 months ago)
- Topics: go, pixelflut
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tide
Go client for [pixelflut](https://github.com/defnull/pixelflut)
Based off of code I wrote at 36c3, because why not!
## Running
use `--help` for more flags
Printing an image:
```
go run tide.go screen.go pixel.go image.go --address 192.168.8.195:1337 --image ~/Downloads/rickroll.jpg
```or writing a solid colour on the screen
```
go run tide.go screen.go pixel.go image.go --address 192.168.8.195:1337 --rgb-colour FF0000
```Have fun!