brocaar / chirpstack-application-server

ChirpStack Application Server is an open-source LoRaWAN application-server.
https://www.chirpstack.io
MIT License
501 stars 326 forks source link

How can I integrate HTTP with chirpstack? The link https://www.chirpstack.io/docs/chirpstack/integrations/http.html provides the code, but are there any instructions to use this code in chirpstack? Basically using the HTTP integration feature, I need to retrieve the data sent by the end devices and store it in a file. #721

Closed Preety09-cmd closed 1 year ago

Preety09-cmd commented 1 year ago

What happened?

What did you expect?

Steps to reproduce this issue

Steps:

1. 2. 3. 4.

Could you share your log output?

Your Environment

Component Version
Application Server v?.?.?
Network Server
Gateway Bridge
Chirpstack API
Geolocation
Concentratord
brocaar commented 1 year ago

The code explains how you can create an application which accepts data from ChirpStack. If you want to write data to a file, you need to make modifications to the code example to open a file, and write every incoming request to it.