Prepare a Realer control-device project, get credentials, and use the linked reference pages to implement firmware.
A control device uses one runtime transport assigned to its Realer record: HTTPS polling or MQTT broker messaging.
A production control device needs enough local engineering to behave safely when cloud communication fails or returns an application-level rejection.
client_id and client_secret secure. They identify the device at the OAuth token endpoint.
https://api.therealer.com/iot/v1/...; HTTPS polling firmware keeps using the Bearer token for catalog and feed-data requests. Use the MQTT flow to read the MQTT catalog, discover the broker URL, topics, and credential request data, then request the short-lived CONNECT tuple.