Documentation for POS PSIM 1.0.1.

Previous page Configuring data reception from plug-ins  Using the MixForward utility Next page

Specify the following parameters in the mixforward.exe.xml configuration file in order to get data from third-party software that is not client to POS PSIM 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 PSIM 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