I want to connect an external gateway which recieves data from mqtt devices to my google IoT Core.
In this picture you can find (more or less) a view of the project
Summarizing, I would like to connect the IoT Gateway of the prevous picture to Google IoT Core
I have seen a lot of examples about similar topics, but in noone I can find what I want to do.
It is possible to do it only knowing the host_name/endpoint of my google cloud account and put it in my getway to send data to that host?
How can I find my google cloud host_name/endpoint?
After putting the google cloud host_name/endpoint in the external gateway I will create the subscription in the IoT Core
If this is not the correct way, How I should do it?
Thanks!