Integration to AWS IOT Core

Viewed 4

HEllo,
I was able to connect Network server ti IoT Core modifying chirpstack.toml config file:

How to split and have Integrations done from Application level ? as in this config it seems to be more generic integration.

Is there way to manage integrations from Application - > Integration ?

Thanks !

[integration]
enabled=["mqtt"]

[integration.mqtt]
server= "ssl://[HOST]:8883"
ca_cert = "/etc/chirpstack/aws/ca_cert.pem"
tls_cert = "/etc/chirpstack/aws/certificate.pem.crt"
tls_key = "/etc/chirpstack/aws/private.pem.key"
json=true

1 Answers

Correct, the MQTT integration is a global integration and can not be configured per application. The main difference between global and per-application integrations is that in case of the latter, the integration is stateless / does not keep a connection open.