Hi everyone,
I have been looking for lorawan stack and found lora-net lbm stack which was created by semtech. ( https://github.com/Lora-net/SWL2001)
But it is not easy to use and i got many errors even i tried it import makefile into the existing one.
And its implements specific hardware layer into lorawan stack and for me, it is not good for portability. However, it is okey because we use sx126x transceiver from semtech.
So how can i implement this stack correctly or do you use another stack that already wrote by someone or you just use your custom stack?