Skip to main content

python implementation of EtherPix output library

Project description

python EtherPix library

EtherPix is a large scale display architecture that is driven using UDP/IP. It consists of single pixels that are connected to chains. A number of those pixel chains is then connected to a so called distributor module that receives data over ethernet and distributes it to the pixel chains.

The protocol used on UDP is MCUF (microcontroller unit frame, see http://wiki.blinkenarea.org/index.php/MicroControllerUnitFrame). However, as EtherPix displays can have more than 65536 pixels, multiple MCUF packets are sent for one frame - a single MCUF frame to every distributor. The coordinates of the pixels in the MCUF packets do not correspond to pixel locations, but to pixel addresses. The y coordinate is the number of the output of the distributor and the x coordinate is the number of the pixel in the chain. The number of channels is always 3 (RGB) and the maximum value is always 255 (8 bit per channel).

This library can be used to send the required UDP packets to the EtherPix display to make it show images and/or videos. As the libarary has to know how the pixels are wired and where there are located (i.e. which pixel in the source image they represent), a rather complex config file is needed. Examples of config files can be found in the “pyetherpix/config” and example code showing how to use the library is located in “pyetherpix/examples”.

clone URL: http://git.blinkenarea.org/projects/pyetherpix

URL to web interface: http://git.blinkenarea.org/index.php?p=pyetherpix

about the name: PIXels connected via ETHERnet -> EtherPix

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyetherpix-0.2.tar.gz (22.9 kB view details)

Uploaded Source

File details

Details for the file pyetherpix-0.2.tar.gz.

File metadata

  • Download URL: pyetherpix-0.2.tar.gz
  • Upload date:
  • Size: 22.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyetherpix-0.2.tar.gz
Algorithm Hash digest
SHA256 c335707487deca38cd567170d5bb024d32591728dc660d247da90db56238c581
MD5 1027060db18a7cb74d075b8ca3bf9f46
BLAKE2b-256 610d130c1c45274ab87484ff45868a89e7f9d9be623d4b94c9fa315c84af582f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page