Introduction
Before a device can send or receive data in DRIVR, it must first be modeled.
This section explains how to define ComponentModels
, Services
, and Characteristics
, which act as the blueprint for how devices interact with DRIVR.
By setting up prototypes, you establish:
- The expected structure of device data
- How data is categorised, processed and visualized
- How devices communicate with DRIVR
- In DRIVR, we refer to connected devices as Components.
- A Component Model defines the type of device and its capabilities.
- This structure ensures flexibility when managing different device types in a system.