This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

HTTP Client/Downloader For Nordic IoT SDK

Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for Arduino here and mbed.

Is there anything similar for the Nordic SDK? I found a few "raw" TCP/socket examples, but nothing as fully baked as the previous examples.

Can I use a common library such as libcurl with lwip? Or do I have to create my own http downloader using the BSD Socket API?

Thank for your help!

Related