diff -r 7fdc9a71d314 -r 8ad140f3dd41 hti/PC_Tools/DataGateway/INI/ipcommplugin.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hti/PC_Tools/DataGateway/INI/ipcommplugin.ini Wed Oct 13 16:17:58 2010 +0300 @@ -0,0 +1,17 @@ +### IPCOMM plugin parameters + + +# Local TCP/IP port where to listen for incoming HTI connection. +# If defined remote host & port parameters will be ignored. +# +# NOTE: Do not use the same port as HtiGateway! +# +#LOCAL_PORT=3000 + + +# Remote TCP/IP host & port where HTI is listening. +# +REMOTE_HOST=localhost +REMOTE_PORT=3000 + +