TCPCommandPort

This module is a part of the NetHomeServer. The TCPCommandPort acts as a command line interface to the HomeServer. By connecting a telnet session to the TCPCommandPort you can access all objects in the HomeServer. Via the TCPCommandPort you can list all instances, get and set the attributes of the instances and call methods in the instances. You can also send events to the event hub. The interface is primarily intended for machine-machine communication and not for human interaction. The syntax is described here. The supported commands are: dir, create, get, set, call, rename, event, subscribe, quit.

Attributes

See also

Command Port Syntax, UDPCommandPort