We support integrations for various LoRaWAN Network Server.
Integrate Chirpstack
- Configure a new Token or choose a existing Token in the Lobaro Platform → Integrations → REST
- Copy the whole Token
- Go to your Application in ChripStack. (or create one) and go to Integrations and choose HTTP:// ADD .
- Payload Marshaler: JSON
Header Name: "
Authorization
"Header Value: "the whole token From Step1 including the Bearer Part"- Endpoint Url: https://backend.lobaro.com/api/chirpstack/uplink for the Central Platform. https://YOUR.ADDRESS.TLD/api/chirpstack/uplink for your own Instanz selfhosted
- Click "ADD INTEGRATION"
- Add the Devices Configured in Chirpstack to the same Lobaro Platform Organisation as the Integration.
- Configuration → Hardware →New Hardware
- DevEUI/DeviceName from ChirpStack as Adress. Name as you like. type According your Device, Org → Same as the Integration(!)
- Under Devices you should now see if the Device receives data for your device from chirpstack. (First have a look in Chripstack if Chipstack is receiving data it can forward.)
Integrate Loriot
Since Platform Version >1.8.7
Get a Token with
- Go to you application in Loriot
- Select "Output" from the navigation
- Select "HTTP Push"
- Enter the Target URL and Authorization header value
- Target URL https://backend.lobaro.com/api/chirpstack/data (change the domain if you have a dedicated instance)
- Get the custom "Authorization" header value from the Lobaro Platform "Integrations → REST" Bearer Token with role "network-server"