syndilights/v2
Raphaël Vinot 9da3123796 Improve dynamic configuration
* Control framerate in the forwarder
* The processing client can use a smaller framerate than the default/max
* The processing client can send an image smaller than the full screen
    Known Bug: doesn't work if the width is smaller than the one of the screen
* The default config is sent to the processing client by the server
    Sanity checks are made on the client configuration
* Code Cleanup
2015-03-20 00:46:31 +01:00
..
backend Improve dynamic configuration 2015-03-20 00:46:31 +01:00
png_creator.py Initial commit v2 2015-02-22 02:00:47 +01:00
png_merger.py Initial commit v2 2015-02-22 02:00:47 +01:00
readme.md Initial commit v2 2015-02-22 02:00:47 +01:00
requirements.txt Initial commit v2 2015-02-22 02:00:47 +01:00

readme.md

Installation

    pip install -r requirements.txt

Usage

Run the listener receiving the images from the clients:

    python receiver.py

Run the script merging the images:

    python png_merger.py

Run the scripts sending the images:

    python png_creator.py