# chirpstack-application-server **Repository Path**: herve-sg/chirpstack-application-server ## Basic Information - **Project Name**: chirpstack-application-server - **Description**: ChirpStack Application Server is an open-source LoRaWAN application-server. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChirpStack Application Server [![CircleCI](https://circleci.com/gh/brocaar/chirpstack-application-server.svg?style=svg)](https://circleci.com/gh/brocaar/chirpstack-application-server) ChirpStack Application Server is an open-source LoRaWAN Application Server, part of the [ChirpStack](https://www.chirpstack.io/) open-source LoRaWAN Network Server stack. It is responsible for the node "inventory" part of a LoRaWAN infrastructure, handling of received application payloads and the downlink application payload queue. It comes with a web-interface and API (RESTful JSON and gRPC) and supports authorization by using JWT tokens (optional). Received payloads are published over MQTT and payloads can be enqueued by using MQTT or the API. ## Architecture ![architecture](https://www.chirpstack.io/img/graphs/architecture.png) ### Component links * [ChirpStack Gateway Bridge](https://www.chirpstack.io/gateway-bridge/) * [ChirpStack Network Server](https://www.chirpstack.io/network-server/) * [ChirpStack Application Server](https://www.chirpstack.io/application-server/) ## Links * [Downloads](https://www.chirpstack.io/application-server/overview/downloads/) * [Docker image](https://hub.docker.com/r/chirpstack/chirpstack-application-server/) * [Documentation & screenshots](https://www.chirpstack.io/application-server/) and [Getting started](https://www.chirpstack.io/application-server/getting-started/) * [Building from source](https://www.chirpstack.io/application-server/community/source/) * [Contributing](https://www.chirpstack.io/application-server/community/contribute/) * Support * [Support forum](https://forum.chirpstack.io) * [Bug or feature requests](https://github.com/brocaar/chirpstack-application-server/issues) ## Sponsors [![CableLabs](https://www.chirpstack.io/img/sponsors/cablelabs.png)](https://www.cablelabs.com/) [![SIDNFonds](https://www.chirpstack.io/img/sponsors/sidn_fonds.png)](https://www.sidnfonds.nl/) [![acklio](https://www.chirpstack.io/img/sponsors/acklio.png)](http://www.ackl.io/) ## License ChirpStack Application Server is distributed under the MIT license. See also [LICENSE](https://github.com/brocaar/chirpstack-application-server/blob/master/LICENSE).