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