Chirpstack
Connecting Chirpstack V4 to MClimate’s LoRaWAN broker
1. Create a new application
2. Go to API Keys and create new key
3. Copy Token
4. Click on "add" in integrations tab in created application
5. Add HTTP integration
Fill the fields
Payload marshaler - JSON
Endpoint URL - https://lorawan-broker.mclimate.eu/chirpstack
Headers
header name - m-token, header value - copied M Token from MClimate Enterprise->Integrations
header name - token, header value - copied API Token
header name - url, header value - your ChirpStack Application Server Url with exposed port 8090 ( example: http://212.39.89.221:8090 )
6. Done
Connecting Chirpstack V3 to MClimate’s LoRaWAN broker
1. Create a new application
2. Go to API Keys and create new key
3. Copy Token
4. Click on "add" in integrations tab in created application
5. Add HTTP integration
Fill the fields
Payload marshaler - JSON
Endpoint URL - https://lorawan-broker.mclimate.eu/chirpstack
Headers
header name - m-token, header value - copied M Token from MClimate Enterprise->Integrations
header name - token, header value - copied API Token
header name - url, header value - your ChirpStack Application Server Url with exposed port 8080 ( example: http://212.39.89.221:8080 )
5. Done
Last updated