Services
As explained in the architecture section, Connhex Edge is composed of multiple services. We can divide these into two types: built-in and custom services.
Built-in services
There are two built-in services:
- control: responsible for receiving commands from Connhex Cloud
- bridge: responsible for sending data to Connhex Cloud
Both services communicate with Connhex Cloud through a unified connection handler: communication is configured and secured here, with message persistence being managed at this level too.
What follows is a brief description of the workflow for both services, assuming the connection protocol used is MQTT.