Page 1 of 1

Which module to print logs on http ?

Posted: Fri Nov 19, 2021 11:32 am
by Coffeeye
Hello!,

I am trying to redirect logs via HTTP server using WebSocket but I just can't get esp_log_set_vprintf to work with it.

So I am asking you. Which module might work well for it? IDF 4.2.2

Build-in WebSocket (based on a provided example) seems limited to handling continuous data sent to the same client handle.

Thanks!