Good morning Chirpstack community,
We have the situation where we have to setup two completely different instances of Chirpstack for two different use-cases, but the same underlying gateway infrastructure will be used for both use-cases. This is necessary to be complaint with the client’s security policies.
Therefore, we need to filter incoming device packets and forward a packet to the correct Chirpstack instance.
In our network we are using Tektelic KONA gateways with the Chirpstack MQTT forwarder.
Our initial idea is to setup and intermediate MQTT Broker to which all the gateways forward their received packets and then perform filtering on this intermediate MQTT Broker based on the DevEUI, which then in turn forwards the packets to the appropriate MQTT Broker of the specific Chirpstack instance.
Is this a sensible approach or is there a better way to do this?
Thanks in advance!