0

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?

Patrick Mevzek
  • 9,921
  • 7
  • 32
  • 43
Kimor
  • 103
  • 3

1 Answers1

0

There is this open source Google IoT Core emulator from firedome.io that implements four main features of Core IoT:

  • MQTT bridge capabilities
  • Creating new registries
  • Provisioning new devices
  • Transmitting telemetry data into Pub/Sub

I suspect that you found it, but there is a typo in the link so here is the repository