golioth / golioth-openthread-demo

Apache License 2.0
6 stars 1 forks source link

Golioth server address dynamic resolution. #7

Closed afshin-matin closed 2 months ago

afshin-matin commented 9 months ago

Will there be an update for DNS support on OpenThread? This repository is way behind the other examples. I hope we get some updates soon.

MarkoPura commented 9 months ago

Hey afshin-matin, as a matter of fact, there are some developments regarding OpenThread! You can check this branch of our reference-design-template repository. We started experimenting with off-the-shelf Border Routers; we used the GL-S200 instead of a Raspberry Pi and it works great! If you check out the thread branch of reference-design-template, you'll see it has all the functionality, as well as OTA DFU, utilizing the external flash of the two supported boards, Nordic's nRF52840 DK and Adafruit's Feather nRF52840 Express.

MarkoPura commented 2 months ago

Hey @afshin-matin, this repository has been updated to the latest Reference Design Template v2.2.1 and, consequently, the Firmware SDK v0.13.1.

DNS support on OpenThread has been in the Zephyr SDK for quite some time and has recently been added to the Firmware SDK.