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

UDP configurable IP #135

Closed
martinberlin opened this issue Jun 6, 2019 · 1 comment
Closed

UDP configurable IP #135

martinberlin opened this issue Jun 6, 2019 · 1 comment

Comments

@martinberlin
Copy link
Contributor

Hello Orca developers,
On the idea of building a new Addressable LED companion firmware for ESP32 Boards that may interface with Orca, I stumbled open that even using the same Port I had to edit the default localhost IP in :
desktop/core/io/udp.js

Would it be possible to add a custom UDP IP setting to the Orca menu ?
I'm making a small open-source Firmware for the ESP32 and Addressable LEDs using the Neopixel library, that will receive UDP signals and launch fast animations in any addresssable LEDS stripe (for ex. WS2812B). The idea is that with less than 18 dollars you can get a controller, soldier 3 cables and get a working 144 Leds stripe that receives commands from Orca.

If someone has an idea to do it differently and for example hear on localhost all UDP entries starting with L for example, and redirect them somehow to CONTROLLER_IP, then it will be also possible to do it that way.

The project is just starting, but it's testeable already, if someone wants to give it a try:
https://github.com/martinberlin/Remora ( for now, demo in feature/animation branch)

@neauoire
Copy link
Member

neauoire commented Jun 6, 2019

Hi @martinberlin :)
That's an amazing project, it's something I also use for my shows actually! And I always end up making a custom build for the live shows with the raspberry pi's IP.

I've added a new command cmd ip:, that should make this easier!

https://github.com/hundredrabbits/Orca#udp

Let me know how it goes, once Remora is further developed, please add it to the list of companion apps in the README.md

@neauoire neauoire closed this as completed Jun 6, 2019
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