Skip to content

mythsunwind/matrixflut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

matrixflut

Simple python server for accessing a RGB matrix via Pixelflut protocol

Pixelflut protocol

Pixelflut is a very simple (and inefficient) ASCII based network protocol to draw pixels on a screen. It is described here and here.

Supported protocol features

matrixflut currently supports only these basic commands:

  • SIZE: Returns the size of the visible canvas in pixel as SIZE <w> <h>
  • PX <x> <y> <rrggbb(aa)>: Draw a single pixel at position (x, y) with the specified hex color code
  • BRIGHTNESS <number>: A brightness value between 0 and 100

How to start

python3 server.py

Further reading

Based on https://github.com/defnull/pixelflut

About

Simple python server for accessing a RGB matrix via Pixelflut protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages