Pipe ESP_LOG output to Telnet?
Posted: Fri Mar 10, 2023 4:08 pm
I know there are a few libraries that offer help with logging messages to telnet but it seems they all require you to use a new command for sending those messages instead of just streaming whatever goes out the Serial stream (usb) port. Is there a library that allows you to have all Serial output go out to telnet instead? Or... is there a simple way to "pipe" Serial to telnet using libraries such as JAndrassy's TelnetStream? (I have large programs that already use ESP_LOG and now need to capture the ESP_LOG messages remotely via telnet, ssh, etc and would like to do this without having to completely refactor all my programs for another library).
Thanks all!
Thanks all!