Skip to content
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

Open
guyverckw opened this issue Dec 18, 2019 · 4 comments
Open

clients on other OS ? #52

guyverckw opened this issue Dec 18, 2019 · 4 comments

Comments

@guyverckw
Copy link

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.

@hzeller
Copy link
Owner

hzeller commented Dec 18, 2019

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.

@guyverckw
Copy link
Author

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

@hzeller
Copy link
Owner

hzeller commented Dec 19, 2019

@guyverckw
Copy link
Author

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants