I am working with several GCP products and I want to emulate the behaviour of my future application.
I am working with Python/Django.
I already emulate Google Pub/Sub and Google Cloud Functions.
Both of these functionalities are working fine and communicate together.
Yet, I would need to add a 'Google Cloud IoT Core' emulator. This way I could send event registrations to Pub/Sub or modify data from IoTCore devices (such as messages for instance).
I already searched and did not find my happy place... Is there any way to simulate this behavior?
There is this open source Google IoT Core emulator from firedome.io that implements four main features of Core IoT:
I suspect that you found it, but there is a typo in the link so here is the repository