Closed
Description
I'm implementing Trice on an ESP32-S3 board and would like to send traces wirelessly over WiFi to a PC using either UDP or TCP.
In the documentation, I see support for various output methods like UART and RTT 5241 , but I couldn't find clear information about network protocols. I've set up Trice on my ESP32-S3 and have implemented a WiFi connection, but I'm not sure about the best way to send the trace data over the network.
I've successfully implemented Trice on my ESP32-S3 board with UDP transmission for the trace data. The ESP32-S3 is properly connected to WiFi and is sending Trice packets via UDP to my PC's IP address and port.
However, I can't figure out how to receive and decode these traces on the PC side.
Metadata
Metadata
Assignees
Labels
No labels