Model Railroad System  2.2.1
Overall User Manaual
OpenLCB GridConnect Tcp/Ip Hub Server

OpenLCB GridConnect Tcp Hub daemon.

SYNOPSIS

OpenLCBGCTcpHub [-host localhost] [-port 12021] [-debug] [connection options]

DESCRIPTION

This program is a server daemon that implements a hub for OpenLCB over Tcp/Ip that accepts connections from OpenLCB over GridConnect over Tcp/Ip nodes and forwards OpenLCB messages between clients. It can also connect to physical CAN busses using GridConnect messaging over (USB) Serial port connection.

PARAMETERS

none

OPTIONS

  • -log logfilename The name of the logfile. Defaults to OpenLCBGCTcpHub.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 12021.
  • -debug Turns on debug logging.
  • -dev ttydev, -dev0 ttydev, -dev1 ttydev, ... -dev9 ttydev Optional serial ports connected to CAN busses using GridConnect.
  • -remote host[:port], -remote0 host[:port], -remote1 host[:port], ... -remote9 host[:port] Optional remote Tcp/Ip hubs using GridConnect.
  • -can socketname, -can0 socketname, -can1 socketname, ... -can9 socketname Optional CAN Socket connected CAN networks.

AUTHOR

Robert Heller <heller@deepsoft.com>