Contribute & source
Links
- Community forum: https://forum.chirpstack.io/
- Source repository: https://github.com/chirpstack/chirpstack-mqtt-forwarder
- Issue and bug reports: https://github.com/chirpstack/chirpstack-mqtt-forwarder/issues
Building from source
The easiest way to get started is by using the provided docker-compose environment. This environment comes with all dependencies pre-installed.
To start a bash shell for development, execute the following command from the root of this project:
make devshell
For a list of available make commands that can be executed, please consult
the Makefile
that can be found in the root of each component.