Page 1 of 1

Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Wed Nov 08, 2017 10:55 pm
by Piwi
Hello All.

First I wanna say that tonight I really learned to love QLC+.
Followed some tutorials and getting to know how to use QLC+ in combination with a midi controller and the Eurolite Freedmx AP.
And later on I wil try to use the ipad air as touch device.
Although I searched arround this Forum I can't find any topic's about using this wifi controller.
Does any body succeeded using it?

Just wondering :?:

Thanx for any help/answer/link or what so on...

Re: Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Thu Nov 09, 2017 1:17 pm
by mcallegari
Eurolite sent me one many months ago, I asked them some technical questions to support the device....and they never replied to my emails.

Re: Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Thu Feb 08, 2018 9:53 am
by Piwi
Due to my work (busy as int engineer) till now no time taken to answer this matter.
But despite all your work you didn't get it working?
I recently bought a Pipo X9S in combination with an AKai APC Mini to play with it.
And I was wondering if I schould buy an other (Cheap as) controller?

Tnx for answering

Re: Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Sat Feb 10, 2018 5:03 pm
by GGGss
IMHO
(since your are working professionally ... please spend the buck on a ent T ec DMX2 p r o [<- not pushing commercially]
I have 3 in my gear :: they simply are life savers ... on all platforms>

Wait a minute ... you are referring to a MIDI controller now ...
dude -> start a new thread

Re: Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Wed Aug 19, 2020 8:35 am
by MasterReset
Hi all,

I have been happily using the Eurolite freeDMX AP interface for a while.

For those who would be still interested in developing a plugin for this DMX wireless interface, here is some technical information on the network protocol:
https://github.com/rdejeun/qlcplus/blob ... otocol.txt

Based on some built-in QLC+ plugins, I have perpetrated a mashed-up plugin to support the Eurolite freeDMX AP interface:
https://github.com/rdejeun/qlcplus/tree ... ns/freedmx

Despite this hack has been working properly in real show conditions for 2 years now without any crash, some limitations still remains:
1) The plugin seems to work on Linux only, not on Windows (other OS not tested);
2) The IP address and port number are hard-coded to freeDMX factory default settings (no configuration panel);
3) The source code may be poorly written (and has not been peer-reviewed).

Unfortunately, my C++ skills are not good enough to provide a serious contribution. Please feel free to enhance or rewrite this work. I would be glad to hear that it is part of a future QLC+ release.

Hope that helps.

Rod

Re: Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Tue Aug 25, 2020 4:43 pm
by Piwi
Tnx Rod.
I will try it.

Keep up the good work as I can't program C++ at all...

Re: Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Sat Nov 21, 2020 1:19 pm
by MasterReset
MasterReset wrote: Wed Aug 19, 2020 8:35 am 1) The plugin seems to work on Linux only, not on Windows (other OS not tested);
Tested today after resync with QLC+ 4.12.3 source code and latest Qt5 libs: now works fine under Windows 10 :D

New freeDMX AP hardware supports ArtNet but native freeDMX API is really faster (far more !) than ArtNet with QLC+.

So, my plugin remains available in beta version (with fix factory IP address) to whom would be interested.
Unfortunately, I still believe that, without the plugin configuration part, it is not acceptable to propose it as an official plugin.

Re: Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Fri Jan 28, 2022 5:16 am
by Angr77
Hi!

Is it possible to get the API / Technical information of the Network protocol For FreeDMX AP? I saw that the GitHub links was gone.

Best regards

Angr77

Re: Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Fri Jan 28, 2022 7:50 am
by janosvitok

Re: Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Sat Jan 29, 2022 7:37 am
by Angr77
Fantastic!!

Big thanks!

Best regards

Angr77

Re: Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Thu Apr 07, 2022 7:11 pm
by fipsi
hey! I just stumbeled across this topic because I own this interface and don't want to youse the app. I have no clue how i get this to run with those files, could you give me a quick explanation? That would be awesome :) Thanks!

Re: Support Eurolite freeDMX AP Wi-Fi Interface

Posted: Fri Apr 08, 2022 8:30 am
by edogawa
That would involve compiling and installing your own binary from that github fork, or even better, trying to merge his addition into your own fork of current qlc+ (his fork has fallen massively behind current upstream), not likely something you can easily manage to do, given you say you have no clue what to do with these files.