hzeller/flaschen-taschen

clients on other OS ?

Opened this issue · 4 comments

Hi,
I just tried sending images and videos from my Raspberry Pi to the LED panel. I wonder if there is other clients that run on other OS platform that I can make use of? Like Windows, even iOS or Android?
Thanks in advance.

It is just uses UDP packets, which is the simplest network interface that is supported by all operating systems. I have seen people writing clients in Java or Python (Python library is included with this repository) or even JavaScript.

The C++ code uses a sufficiently small subset of operating system functionality that it should be possible to compile on any OS as well.

Can you point me to the link of Python implementation? Thanks a lot.

Thanks a lot!