An adapter for node-red to easily connect to the ChirpStack gRPC API.
npm install @smartparks/node-red-contrib-chirpstack[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
With this Node-Red node you can interface with the gRPC interface of your ChirpStack installation.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- About the Project
- Built With
- Getting Started
- Prerequisites
- Installation
- Usage
- Roadmap
- Contributing
- License
- Authors
This Node-Red core provides diverse nodes. In every node you can list, get, create, update and delete all relevant editable models.
TODO: add refrence to complete wiki when in that stage
To get a local copy up and running follow these simple steps.
- npm
``sh`
sudo npm install npm@latest -g
- node-red
`sh`
sudo npm install -g --unsafe-perm node-red
1. Clone the repo
`sh`
git clone https://github.com/adminfriso/node-red-contrib-chirpstack.git
2. Install NPM packages
`sh`
npm install
3. Start Node-Red
`sh`
node-red
TODO: insert examples
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
_For more examples, please refer to the Documentation_
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
1. Fork the Project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature'
3. Commit your Changes ()git push origin feature/AmazingFeature
4. Push to the Branch ()
5. Open a Pull Request
Distributed under the MIT License. See LICENSE` for more information.
- Friso Modderman - Smart Parks - _Initial work_ - adminfriso
[contributors-shield]: https://img.shields.io/github/contributors/adminfriso/node-red-contrib-chirpstack.svg?style=flat-square
[contributors-url]: https://github.com/adminfriso/node-red-contrib-chirpstack/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/adminfriso/node-red-contrib-chirpstack.svg?style=flat-square
[forks-url]: https://github.com/adminfriso/node-red-contrib-chirpstack/network/members
[stars-shield]: https://img.shields.io/github/stars/adminfriso/node-red-contrib-chirpstack.svg?style=flat-square
[stars-url]: https://github.com/adminfriso/node-red-contrib-chirpstack/stargazers
[issues-shield]: https://img.shields.io/github/issues/adminfriso/node-red-contrib-chirpstack.svg?style=flat-square
[issues-url]: https://github.com/adminfriso/node-red-contrib-chirpstack/issues
[license-shield]: https://img.shields.io/github/license/adminfriso/node-red-contrib-chirpstack.svg?style=flat-square
[license-url]: https://github.com/adminfriso/node-red-contrib-chirpstack/blob/master/LICENSE
[product-screenshot]: src/img/screenshot.png