Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/steakunderscore/tide

Go client for [pixelflut](https://github.com/defnull/pixelflut)
https://github.com/steakunderscore/tide

go pixelflut

Last synced: 18 days ago
JSON representation

Go client for [pixelflut](https://github.com/defnull/pixelflut)

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!