Skip to content
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

Unable to correlate devices between gateway api and appserver in integration #7

Open
diamondo25 opened this issue Jan 21, 2020 · 0 comments

Comments

@diamondo25
Copy link

The only point where the Application server reports the DevAddr is in the JoinEvent, and afterwards its completely unreported. This is a shame, because its very valueable information. The Gateway API basically only communicates the DevAddr and no DevEUI.

// Device address.
bytes dev_addr = 5;

https://github.com/brocaar/chirpstack-api/blob/master/protobuf/nc/nc.proto

I would like to see either the DevAddr on the Gateway part, or the DevEUI on the appserver Integration API.
The added benefit of having the DevAddr on the gateway, is that if a join request is accepted, the address is already known. Now I have to wait for the first data to arrive at the station in order to pick it up from the Join event of the appserver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant