Arduino - TTN lora-serialization library in lora app-server?

Hi,

Is anyone using this library, which seems to be TTN specific, on the lora app-server?

Writing decode functions is giving me hard times and this library does all I need but I can’t make it work in the app-server…

Please diregard, it was just a typo, it’s working now. This library seems to work seamlessly with the lora app-server.

try to use this for lora gatewayhttps://github.com/kersing/ESP-1ch-Gateway-v5.0
default code will connect to ttn but u can change server to yours server ,it gonna be works.

then use example code from library lmic.h for al ora node, you will get this library when you modify arduino code for lora gateway.