dcs-mission-intel icon indicating copy to clipboard operation
dcs-mission-intel copied to clipboard

Remove hardcoded webserver address from mint.lua

Open birgersp opened this issue 7 years ago • 0 comments

Currently, mint.lua connects to the webserver (by hardcoded IP address) to send data. This should be changed. mint.lua shouldn't refer to any addresses, but listen for connections on a specific port. The webserver should connect to the DCS engine, not the other way around.

  • Enable the script in mint.lua to listen for requests on a given port
  • Enable the web server to connect to the DCS engine

birgersp avatar Mar 21 '17 21:03 birgersp