Skip to content

IoT Concepts

Trimble IoT uses the following concepts

ConceptDetails
Access keysAccess Keys are the credentials used for accessing the delivery endpoints.
ApplicationAn application can be a downstream processor that consumes messages from delivery endpoints or sends outbound commands.
DeviceA device is an entity that communicates through the IoT gateway. It possesses a serial number, model, manufacturer and a certificate to connect and communicate through the gateway.
Device certificateA device certificate is an x.509 certificate that is embedded in a device hardware which provides proof of the device’s identity.
Direct methodDirect method refers to a request-response interaction with a device similar to an HTTP call in that they succeed or fail immediately after a response timeout.
GatewayA gateway refers to a TCP/UDP/MQTT message broker that enables devices and applications to communicate with each other in a secured manner.
GroupA group is a collection of devices that share common traits. A group can be based on “device model” or “device fleet”.
Inbound messagesAn inbound message/events (device-to-cloud message) refers to the message routed from a device to a gateway and delivered to an application. For more information, click here.
Message routingCapture, filter and route events to various delivery endpoints.
OTA updateAn over-the-air (OTA) update is a wireless transfer of new software, firmware or other updates to a device.
Outbound messagesAn outbound message/events (cloud-to-device message) refers to the message routed from an application to the device. For more information, click here.