TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
954 stars 302 forks source link

RejoinRequest simulation #536

Open htdvisser opened 5 years ago

htdvisser commented 5 years ago

Summary:

The CLI is getting commands for simulating LoRaWAN traffic, but currently only joins and (un)confirmed data messages are supported. We should add support for rejoins as well.

Why do we need this?

This will help with debugging our stack.

What is already there? What do you see now?

The ttn-lw-cli simulate commands for uplink and join-request.

What is missing? What do you want to see?

Another one for rejoin-request

How do you propose to implement this?

Copy join request simulation, but with different fields and different crypto.

Can you do this yourself and submit a Pull Request?

Sure, but not a priority right now. Feel free to re-assign this issue if you want to work on this.

htdvisser commented 4 years ago

Let's do this when we need it. We haven't even seen the first LoRaWAN 1.1 device yet.

neoaggelos commented 3 years ago

Removing milestone, no point in doing this before Rejoins are actually supported. https://github.com/TheThingsNetwork/lorawan-stack/issues/8