SmartMeshClient represents a remote SmartMesh Manager, a TCP/IP node that controls and monitors a SmartMesh network, a wireless mesh network of up to 50 Motes. A Mote is a wireless transceiver that has connections for analog, digital, and serial sensors and actuators.
The SmartMeshClient is the “device-level” component in the NiagaraAX network architecture. It has two device extensions: Points and Alarms. It also has the standard device component properties such as status and enabled. See “Common device components” in the Drivers Guide for more details.
In addition, the following SmartMeshClient properties are unique or have special importance:
Hostname
The TCP/IP host name or address of the SmartMesh Manager. Must not include a port number.
Username / Password
Credentials understood by the SmartMesh Manager for access by a client.
Control Debug
Diagnostic tool for printing control messages to the station’s standard output.
Control Port
TCP/IP port number of the Dust control interface.
Control Token
Diagnostic property. Server-assigned identifier for the client.
Notification Debug
Diagnostic tool for printing notification messages to the station’s standard output.
Notification Port
Diagnostic property. Server-assigned TCP/IP port of the notification interface.
Notification Token
Diagnostic property. Server-assigned identifier for the client.
Container for read-only diagnostic information, updated when the client first connects to the server.
Container for read-only diagnostic information, updated during ping.
State
The read-only current client state, either:
Attached
Attaching
Detached
Detaching
Copyright © 2000-2016 Tridium Inc. All rights reserved.