-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clients on other OS ? #52
Comments
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. |
Python API is here: https://github.com/hzeller/flaschen-taschen/tree/master/api/python |
Thanks a lot! |
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.
The text was updated successfully, but these errors were encountered: