Search found 2 matches
- Sat Nov 06, 2021 4:07 pm
- Forum: ESP32 Arduino
- Topic: HTTPClient get()
- Replies: 2
- Views: 2239
Re: HTTPClient get()
Thank you very much for pointing me to this field of RTOS programming!! I apologize for my very late reply. It took me some time to be able to look into this more deeply and understand the approach. Looks very promising.
- Sun Oct 17, 2021 5:42 pm
- Forum: ESP32 Arduino
- Topic: HTTPClient get()
- Replies: 2
- Views: 2239
HTTPClient get()
Hello forum, for a web radio applicaton I want to download track information from the radio station's website, because this information is not provided by the mp3 stream metadata. My apporach is to work with an HTTP client object and the get() method, but unsurprisingly this takes around 2 seconds a...