beegee-tokyo / SX126x-Arduino

Arduino library to use Semtech SX126x LoRa chips and modules to communicate
MIT License
228 stars 64 forks source link

Gatewayzeit #88

Closed IGLO70 closed 1 year ago

IGLO70 commented 1 year ago

Gibt es die Möglichkeit die UTC Time vom Gateway abzufragen? Grundsätzlich sollte das bei Lora ja mit einem MAC Befehl (lmic_time_reference als Beispiel) möglich sein. Wie funktioniert das mit diesem Library? Bitte um Hilfe.

beegee-tokyo commented 1 year ago

You are correct, it is possible to send a time request to the server and receive the time, but this library does not support it.

IGLO70 commented 1 year ago

Will this be an option in future?

beegee-tokyo commented 1 year ago

Sorry for the late reply. I have no time to implement it at the moment. But as this is open source, you are welcome to contribute a implementation.