ClearDark - thank you for this awesome piece of software, for both the time and effort you are putting in this. :thumbup:
I have a small issue with it. I'm trying to make it run on a separate WinXP x86 laptop, but gauges are not moving at all. So I double checked everything was ok, and discovered HT is listening on port 1625 UDP but bound to the address 127.0.0.1, so it's expecting ONLY packets coming from there.
Is there any place where I should change this to 0.0.0.0 (any)? Please, note I'm not talking about the export.lua file, where I already changed IP address to my 192.168.0.2 (laptop IP).
I quickly made a small UPD Listener and run it on the laptop listenting UDP 0.0.0.0:1625 and I got all the data, but when I changed it to listen UDP 127.0.0.1:1625 (as yours) it doesn't receive anything.
Thanks,