chirpstack-api
chirpstack-api copied to clipboard
ChirpStack API (Protobuf & gRPC)
This PR updates the rust dependencies. `rustfmt` is no longer required: https://github.com/hyperium/tonic/pull/904 `protoc` (or `cmake`) needs to be installed since `prost` dropped its bundled binary: https://github.com/tokio-rs/prost/pull/610 This is being worked...
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.11 to 0.14.15. Release notes Sourced from hyper's releases. v0.14.15 Bug Fixes client: cancel blocking DNS lookup if GaiFuture is dropped (174b553d) Features http1: add http1_writev(bool) options...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.9.0 to 1.13.1. Release notes Sourced from tokio's releases. Tokio v1.13.1 1.13.1 (November 15, 2021) This release fixes a data race when sending and receiving on a...
- [X] I have searched the [issues](https://github.com/brocaar/chirpstack-api/issues) of this repository and believe that this is not a duplicate. ## Summary I want to suggest to the community the generation of...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
- [X] The issue is present in the latest release. - [X] I have searched the [issues](https://github.com/brocaar/chirpstack-api/issues) of this repository and believe that this is not a duplicate. ## What...
- [x] I have searched the [issues](https://github.com/brocaar/chirpstack-api/issues) of this repository and believe that this is not a duplicate. ## Summary gRPC supports PHP, so this should just be a case...
https://github.com/Lora-net/sx1302_hal includes a new field 'foff' in it's JSON output. This adds the field to the RXInfo struct.
- [x] I have searched the [issues](https://github.com/brocaar/chirpstack-api/issues) of this repository and believe that this is not a duplicate. ## Summary Include variables and tags in the Get /api/devices request ##...
## What happened? When I try to connect with MQTT on my C# program and then want to read on the topic `"application/123/device/+/event/up` and parse the received bytes as UTF-8...