JaapBraam / LoRaWanGateway

A LoRaWan Gateway in LUA
MIT License
225 stars 74 forks source link

downlink protocol version option and bump #38

Closed renatoaquino closed 7 years ago

renatoaquino commented 7 years ago

The Things Network router is no longer answering for version 1 udp pooling. https://github.com/Lora-net/packet_forwarder/blob/master/PROTOCOL.TXT https://www.thethingsnetwork.org/wiki/FAQ#frequently-asked-questions_what-about-all-those-different-versions-of-the-backend

JaapBraam commented 7 years ago

Are you sure that The Things Network router no longer answers to version 1 udp polling? My gateway using version 1 udp is connected according to the TTN console, and OTAA and downlinks work fine. The link you provide is about the version of the router, not about the version in the udp messages...

renatoaquino commented 7 years ago

You are correct, I'm able to receive on version 1. My bad, guess the upload, test and retry dance is making me nuts.

Thank's for this work by the way.