matthijskooijman / arduino-lmic

:warning: This library is deprecated, see the README for alternatives.
704 stars 651 forks source link

Communication between node and gateway #289

Closed Samuel-ZDM closed 3 years ago

Samuel-ZDM commented 3 years ago

Hello Node is able to know if it was able to communicate with the gateway?

I would like to know if the node was able to create the session between it and the gateway.

matthijskooijman commented 3 years ago

LMIC works with the LoRaWAN protocol, which establishes a session between the node and a backend server, through a gateway. I suggest you read up on that protocol to figure out how this works. Your question is a bit vague, you'll have to be more specific if you need further info.

I'm going to close this issue, since it is not a bug or feature request (but you can still post more comments).

Samuel-ZDM commented 3 years ago

Thanks for the feedback.

My idea is to know if the final device managed to create a communication with any gateway. I am wanting to do this, because I want to try to implement a LoRaWAN network with hops. But from what I have studied so far, the LMIC protocol does not support dual communication, between nodes together with communication with the gateway.