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

Possible issue with downlink when gateway reconnects #267

Open
ederuiter opened this issue Nov 2, 2023 · 0 comments
Open

Possible issue with downlink when gateway reconnects #267

ederuiter opened this issue Nov 2, 2023 · 0 comments

Comments

@ederuiter
Copy link

After some discussion around how downlinks are handled on the hpr side (on discord with Ultraman & Frenchman). The conclusion was there is a possible problem with a scenario like this:

  • lns uses semtech udp protocol
  • lns receives uplink from a device through gateway XX
  • lns stores sender ip + port number (hpr ip + port number)
  • gateway XX reconnects. It gets load balanced to a different hpr instance and gets a different udp port number
  • lns sends downlink to the old ip + port number
  • hpr cannot deliver the downlink?

I think it would be good to have some documentation around the design of this. This would help lns providers get a better insight in how this works and where possible issues might arise.

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