Ticker-proxy: Difference between revisions

From NURDspace
Jump to navigation Jump to search
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== ticker-proxy ==
=== send-text-large2b.py ===
=== send-text-large2b.py ===
...is a proxy between UDP messages and the tickers.
...is a proxy between UDP messages and the tickers.
Line 24: Line 22:


* renders ticker messages (and pixelflood stream) to a bitmap that the [[ScarlettScroller]] understands
* renders ticker messages (and pixelflood stream) to a bitmap that the [[ScarlettScroller]] understands
=== pixel-yeeter/ ===
* this directory contains everything for the zaal1 ticker. in pixel-yeeter/client/python/examples/nurdspace/ lives nurdspace.py

Latest revision as of 23:42, 24 January 2026

send-text-large2b.py

...is a proxy between UDP messages and the tickers. For some (scarlett ticker) it strips control characters and then distributes the messages over the 3 tickers.

btc.py

  • no longer in use (would transmit with pixelflood a sparline of the btc price to the zaal1-ticker)

door-bridge.py

  • this is the script which notifies door opens on the tickers

mpd-to-ticker.py

  • notifies of new playing songs

mqtt-bridge.py

  • distributes the vanheusden.com btc price ticker to the nurdspace mqtt server

send-text-scarlett.py

  • renders ticker messages (and pixelflood stream) to a bitmap that the ScarlettScroller understands

pixel-yeeter/

  • this directory contains everything for the zaal1 ticker. in pixel-yeeter/client/python/examples/nurdspace/ lives nurdspace.py