-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metadata for gateway in Chirpstack #285
Comments
Those are the Meta fields that will always exist. helium-packet-router/src/protocols/gwmp/hpr_gwmp_worker.erl Lines 251 to 255 in b06b275
These fields will be added if the gateways has a location. |
There are 2 gateway ids.
The MAC cannot be reversed into the b58, which is why it's also provided. |
Thanks for the PR 👍 |
The Packet Routers cannot fill out a |
This is both a question and a feature request.
In ChirpStack I see the following Up Event:
Under
rxInfo
, the second object is a Helium IoT Hotspot, while the first one is directly connected to Chirpstack.Under
metadata
for the Helium hotspot, there are a couple of fields, all pretty self explanatory.Questions:
helium-packet-router/src/protocols/gwmp/hpr_gwmp_worker.erl
Line 240 in b06b275
"gatewayId": "2eccbd518b5ad386",
, from the sourcecode above this looks like it's the Base58 of the Helium Gateway ID (aka PubKey). But I can't reproduce this. Can anyone help/explain please?Requests:
"network": "helium_iot",
rxInfo->location
object with the Hotspot's coordinates, so we can rely on standard ChirpStack endpoints to consume the location?The text was updated successfully, but these errors were encountered: