-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Parse JoinAccept (Partial) #23
Conversation
Thanks for this PR, the code looks good to me. Some remarks regarding the form, though:
Let me know if you need help figuring out how to approach this :-) |
The LoraWAN spec 1R0 specifies that a value of 0 is one second
d223ffe
to
6bd46e3
Compare
Ok, I am not enough used to those git commands but a friend of mine help, does it works for you know ? Ref issue #20 as it partially answers to it. |
Looks perfect like this, thanks! I'll try to do some testing and merge this next week. |
Was not working if ping is disabled
b0eb861
to
686cec2
Compare
IBM is intending to change the license on the LMIC library to the three-clause BSD license. To simplify incorporating your contribution upstream on the next LMIC release, would you be willing to license it under the same license? If so, please explicitly state this in a comment to this PR? Saying something like "This contribution is licensed under the terms of the three-clause BSD license, as linked above" should be sufficient. |
This contribution is licensed under the terms of the three-clause BSD license, as linked above |
This contribution is licensed under the terms of the three-clause BSD license, as linked above. |
I rebased your commits, merged the last one into the first one and manually merged it. Thanks! |
This is very similar to the ttn-abp example, except that it uses OTAA for setting up a session instead of setting it up statically.
Am I right to assume that "When using OTAA [...] you should manually set the RX2 rate, after joining" in
If not, then it's missing a closing bracket ;-) Currently that example shows:
...which is unrelated to the RX2 rate. |
|
Parse
Delay
andDLsettings
->RX2 Data rate
, tested thanks to TTNDoes not parse
DLsettings
->RX1DRoffset
as it seems that no mechanism for that is implemented yet.I think that adding a new field to
lmic_t
is the better way but maybe you have another idea less RAM consumming ?Neverheless we should implement it for full LoraWAN compliance.