OpenLCB Tcp Hub daemon.
SYNOPSIS
OpenLCBTcpHub [-host localhost] [-port 12000] [-debug]
DESCRIPTION
This program is a server daemon that implements a hub for Native OpenLCB over Tcp/Ip that accepts connections from OpenLCB over Tcp/Ip nodes and forwards OpenLCB messages between clients.
PARAMETERS
none
OPTIONS
- -log logfilename The name of the logfile. Defaults to OpenLCBTcpHub.log
- -host hostname The name or IP address of the host to bind to. Defaults to localhost (binds only to the local loopback device). Using an address of 0.0.0.0 will bind to all interfaces.
- -port portnumber The Tcp/Ip port to listen on. Defaults to 12000.
- -debug Turns on debug logging.
- -remote host[:port], -remote0 host[:port], -remote1 host[:port], ... -remote9 host[:port] Optional remote Tcp/Ip hubs.
AUTHOR
Robert Heller <heller@deepsoft.com>