Chirpstack Network server with another application server

Hello,

can i use the Chirpstack Network server with another existing application server ? Or at least can i make another webpage that uses the api, if i want to have my own interface ?

Sure. You might find the swagger definitions useful: https://github.com/brocaar/chirpstack-api/tree/master/swagger/as/external/api - that should enable you to make a new UI.

Having a different App-Server is also possible, you need to implement the gRPC ServerServices. You can find the definitions in the same repository. Or if you just want a “branded”/custom version of the UI, you might find it easier to change: https://github.com/brocaar/chirpstack-application-server/tree/master/ui

In any case afaik all the code is released under a MIT License, so no Issues on that side of things.

3 Likes