<client.loconet>

back to index
Configuration of TCP connection to Loconet

Description

This tag configures the TCP communication link to a LoconetOverTcp server like LbServer. This configuration tag is used by SpDrS60Client and Znf800Client

Example

LbServer running on the same maschine as this the client, using standard port 1234:
<client.loconet>
	<host>localhost</host>
	<port>1234</port>
</client.loconet>

Sub tags

Tag Description
<host>
Type: String
Cardinality: optional [0..1]
Host running LocoNet over TCP server
LbServer is one possible LocoNet over TCP server, but not the only one.
<port>
Type: Integer
Cardinality: optional [0..1]
TCP port numer for LocoNet over TCP
This is an integer that identifies the server process on the computer identified by the <loconet_host> config. 1234 is the default of LbServer

Generated by ConfigFileDocumentationGenerator Valid HTML 4.01 Transitional