brocaar / chirpstack-network-server

ChirpStack Network Server is an open-source LoRaWAN network-server.
https://www.chirpstack.io
MIT License
1.49k stars 546 forks source link

Support link check validation? #137

Closed sabas1080 closed 7 years ago

sabas1080 commented 7 years ago

Hi @brocaar

I am using the lmic library for Arduino and a section mention

Disable link check validation (automatically enabled during join, but not supported by TTN at this time).

https://github.com/matthijskooijman/arduino-lmic/blob/master/examples/ttn-otaa/ttn-otaa.ino#L93

Do you support link check validation? And so we can eliminate this line

Thanks

brocaar commented 7 years ago

Not yet, but there is already an issue to track this feature: https://github.com/brocaar/loraserver/issues/111