Read a file from Web-Address
Hello forum,
Is it possible to read a file from a website (e.g www.WebSiteName.com/file.txt) with STM32?
I'm going to read data through the board B-L475E-IoT with access to internet. With this Board i can to send the data to the Cloud (Microsoft Azure IoT Central) with "MQTT Protocol" and these data are processed via Cloud-Processor and then available at a web address in file-format. How can i get access to this web-address through my board and read the data?