<client.elekdra>

back to index
Configuration of TCP connection to Elekdra

Description

This tag configures the TCP communication link to the Elekdra interlocking kernel This configuration tag is used by ElekdraScriptClient, SpDrS60Client, EkaDetClient and Znf800Client

Example

Elekdra server running on the same maschine as the client, using standard port 1235:
<client.elekdra>
	<host>localhost</host>
	<port>1235</port>
</client.elekdra>

Sub tags

Tag Description
<host>
Type: String
Cardinality: once
host running elekdra
DNS style host name or IP address of the host that runs the Elekdra server. This is used for communication between this client and the Elekdra server process. Over this connection, the software can issue commands (throw turnouts, setup routes) and receive the current state of elements (signals, turnouts, ...).

Example

IP addresses are four numbers with dot in between:
<host>192.168.178.21</host>
<port>
Type: Integer
Cardinality: optional [0..1]
TCP port number for Elekdra
This is an integer that identifies the server process on the computer identified by the <elekdra_host> config. 1235 is the default

Generated by ConfigFileDocumentationGenerator Valid HTML 4.01 Transitional