Jump to content

yargon

Members
  • Posts

    3
  • Joined

  • Last visited

  1. Good!! :thumbup: The issue comes from the fact that HT is using UDP. So the only valid IP addresses are 0.0.0.0 (ANY), or any host IP address (network addresses are not valid) ---> within the same network <--- So, your laptop is 192.168.1.12...which IP does server have? it must be something similar to 192.168.1.xxx, if not, then that's the issue. :megalol:
  2. Nu-NRG, good explanation! Just note that to make that works in the slave you have to put: <add key="DataImportIPBinding" value="0.0.0.0"/> to listen to data coming from everywhere, or <add key="DataImportIPBinding" value="192.168.0.20"/> to listen to data coming from the Master computer. Tyrix - Assuming 192.168.1.12 is your laptop address, you should check your export.lua in the DCS A-10C\Config\Export folder in the Master computer has the following line: localAddress = "192.168.1.12" and in your laptop, to make sure there is no other problem involved, modify the HawgTouch.exe.config to show: <add key="DataImportIPBinding" value="0.0.0.0"/> Restart BOTH applications and check again. Hope this helps. :thumbup:
  3. 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,
×
×
  • Create New...