I would like to integrate ChirpStack into my own website that provides better data visualization for my data. Right now my project is broken up into separate pieces. If you want to add another device you need to go to the chirpstack network server and if you want to see you data visualized in a nice table or graph you have to go to AWS. I want all my stuff in one place. Is this even possible?
Any suggestions of how I would go about this would be great thanks!
Well you can use chirpstack api and also used that api to make visualization!Im using python chirpstack api to get all the parameters and integreated it to my website.
We’re using Chirpstack as another subsystem, hidden below our own IoT Platform product. We’re using the gRPC APIs and MQTT integration to interact with Chirpstack. Whenever the user takes actions in our UI like to add/remove a device, we’ll take those actions in Chirpstack.
The user never sees Chirpstack and needs not know what LNS we’re really using. At some point, we had our own proprietary LNS and this pattern allowed us to freely switch over.
If you don’t have device-management functionality, you can:
Use an iFrame in your website.
Use Single Sign On (SSO) to make transitions between the various components smoother. Chirpstack supports at least Open ID Connect.