Open
Description
Hello,
I'm pretty new in CTF tracing, but interested in LTTng and barectf. Want to trace events from my Arduino and capture them in live mode on host by LTTng (with other LTTng events). I've wrote barectf platform files to send data to one of host's devices. So, data is on host and if I collect it to file, I can read it with babeltrace.
Problem: I want to have live data from my sensors. After searching for a while, found LTTng with live mode. Seems, it is using TCP sockets, but there is no mention about how to interract.
Can I somehow connect barectf on my device and lttng on host? How to do this? Without porting lttng-ust on FreeRTOS, of course :)
Can you please help?