PduApi 2.2.1
PduApi - Toolbox
Loading...
Searching...
No Matches
pduapi_tcp_server_dll

pduapi_tcp_server_dll is a process which receives D-PDU API calls and forwards them to another D-PDU API-DLL|SO.

A typical usage is a Network-Bridge. For more information please have a look at usecase_bridge.

There are two options how to load the D-PDU API dll:

  1. call PDUConstruct( "PDUAPI_DLL=...")
  2. Start pduapi_tcp_server_dll with environment variable PDUAPI_DLL=

Usage:

pduapi_tcp_server_dll Version 1.0. Copyright Clemens von Mann
pduapi_tcp_server_dll is the server side of a PduApi TCP-Protocol.
Client side is covered by pduapi_tcp.dll or pduapi_tcp.so
The executed DLL/SO is determined by OptString via PDUConstruct command:
PDUConstruct( '... pduapi_dll=file.dll ...', void* pApiTag);
Usage: pduapi_tcp_server_dll [options]
Options:
-p <port> listen port. Default: 22900
-q runt quiet. No header
-h|? Print this.
Runs a TCP Server to handle and deliver PDUAPI commands.