dcs-mission-intel
dcs-mission-intel copied to clipboard
Remove hardcoded webserver address from mint.lua
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