TheThingsArchive / packet_forwarder

Packet forwarder for Linux based gateways
MIT License
84 stars 92 forks source link

laird: set datarate based off spreading factor #73

Closed BWhitten closed 7 years ago

BWhitten commented 7 years ago

In the channels plans the datarate is unspecified however spreading factor is. We take the SF and map it to the DR bit mask. Note that 'datarate' is not the raw data rate to use but a bit field.

Bug #72

CLAassistant commented 7 years ago

CLA assistant check
All committers have signed the CLA.

egourlao commented 7 years ago

Thanks for your debug pull request! It looks very good to me - could you rebase the branch against the develop branch, that holds the latest changes - and then change the PR so that it merges to develop?

BWhitten commented 7 years ago

@dotpy3 There we go, I think that is all done correctly.

egourlao commented 7 years ago

Thank you for your pull request!