{{::server:port64.png?nolink|}} ====== UDPCommandPort ====== The UDPCommandPort is part of the [[:start|NetHomeServer]]. The UDPCommandPort acts as a command line interface to the HomeServer. By sending UDP-packets to the UDPCommandPort you can access all objects in the HomeServer. Via the UDPCommandPort 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. Command responses are sent as UDP-Packets to the sender port of the request packet. The interface is primarily intended for machine-machine communication and not for human interaction. The syntax is described [[commandportsyntax|here]]. The supported commands are: //dir, create, get, set, rename, call, event//. ===== Attributes ===== * **ListenPort** //[get] [init]// The UDP port number used to accept connections * **MessageCount** //[get]// Number of processed commands. ==== See also ==== [[CommandPortSyntax|Command Port Syntax]], [[TCPCommandPort]]