Documentation for POS Intellect 5.4. Documentation for other versions of Intellect is available too.

Previous page Setting up the MixForward utility  Using the MixForward utility Next page

Specify the following parameters in the configuration file in order to get data from third-party software that is not client to POS-Intellect by connection type: 

  • Connection type;

     <InputPortType>TCPCLIENT</InputPortType>
  • Plugin;

      <ProtocolName>SimplePlugin</ProtocolName>
  • Third-party Server address;

      <TcpClients_Settings>
        <Address IpAdress="127.0.0.1" Port="23"/>
        <Address IpAdress="127.0.0.1" Port="24"/>
      </TcpClients_Settings>

    POS-Intellect Server address.

    <forwards>
        <forward ip="127.0.0.1" port="2555" id="127.0.0.1:23" />
        <forward ip="127.0.0.1" port="2556" id="127.0.0.1:24" />
      </forwards>

 

  • No labels