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

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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