hti/PC_Tools/DataGateway/INI/ipcommplugin.ini
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 ### IPCOMM plugin parameters
       
     2 
       
     3 
       
     4 # Local TCP/IP port where to listen for incoming HTI connection.
       
     5 # If defined remote host & port parameters will be ignored.
       
     6 #
       
     7 # NOTE: Do not use the same port as HtiGateway!
       
     8 #
       
     9 #LOCAL_PORT=3000
       
    10 
       
    11 
       
    12 # Remote TCP/IP host & port where HTI is listening.
       
    13 #
       
    14 REMOTE_HOST=localhost
       
    15 REMOTE_PORT=3000
       
    16 
       
    17