I am in the process of evaluating HONO for IOT stack. We have scenarios where an intermediary device would send telemetry data for other devices. Communication through an Intermediary device is referred as a Gateway in Hono. I have found how to send messages through Gateways.
I am not sure on the following queries.
- How to register the Gateway? Should it be registered as an ordinary device or anything else should eb done?
- How would Hono verify if the message is indeed sent from the device whose device ID is specified? Any option to authenticate the real sender of the message?