Integrations
In Bee Thing, an integration is the path that turns a field measurement into an HTTP ingestion request.
The platform does not aim to expose a different contract for every network or device. LoRa, WiFi, RS485, CAN, or any other field format should converge to the same application entry point: HTTP ingestion.
Bee Thing Contract
Gateways
A gateway can receive a compact or custom format, for example from LoRa or a wired bus, then build a request compatible with HTTP ingestion.
This keeps the platform simple while allowing hardware integrations to evolve without multiplying application-side contracts.