anthonykirby / lora-packet

LoRa radio packet decoder
MIT License
261 stars 83 forks source link

Support for LoRaWAN spec v1.1 #19

Closed rgillan closed 2 years ago

rgillan commented 6 years ago

Mostly changes to the join process but be good to detect

anthonykirby commented 6 years ago

I'd better get a copy of the v1.1 spec, then!

tibortiz commented 6 years ago

Hi @anthonykirby, The LW 1.1 spec is now available for anyone (no need to ask the LoRa Alliance): LW 1.1: https://lora-alliance.org/sites/default/files/2018-04/lorawantm_specification_-v1.1.pdf LW 1.1 Regional Parameters v1.1b : https://lora-alliance.org/sites/default/files/2018-04/lorawantm_regional_parameters_v1.1rb_-_final.pdf

anthonykirby commented 6 years ago

(note to self) diff at https://draftable.com/compare/JkgbdCSXLgwt

sagar-patel-sls commented 6 years ago

Hi @anthonykirby

Support for LoRaWAN v1.1.x?

anthonykirby commented 6 years ago

I've got the spec, but what I really need to implement v1.1 is some example data / packet captures (ideally with keys), so that there's some confidence that the decoding is correct

sagar-patel-sls commented 6 years ago

I've got the spec, but what I really need to implement v1.1 is some example data / packet captures (ideally with keys), so that there's some confidence that the decoding is correct

@anthonykirby @rgillan If you need LoRaWAN 1.1 Join Accept data/packet so i will provide you?

miqmago commented 5 years ago

I've identified some basic changes in OTAA:

Join Request:

Join-Accept:

Note: if the server does not set OptNeg in DLsettings, it means that it does not support 1.1, so the device should work with 1.0 protocol...

sagar-patel-sls commented 5 years ago

Thank you @miqmago

i will try with your code

kalik1 commented 2 years ago

any news on this topic? I would like to test some 1.1 devices using this library, and i'd like to join (pun intended) someone to develop this feature. Anyone interested?

anthonykirby commented 2 years ago

1.1 now supported