Replies: 1 comment 6 replies
-
@OrenShm Thanks, I'm happy to receive feedback and am glad you like it :) Unfortunately, there is no option to "out of the box" display UDP packets (or their contents) in tailviewer. One option is to write a simple windows application to receive those UDP packets and to stream their contents into a simple text file and then have Tailviewer tail this file. Another option is to write a plugin for tailviewer. There are interfaces to add custom data sources for tailviewer, and there are a few examples as well as some documentation, but there's nothing out of the box just yet. Maybe you can explain to me what format you are using (are the log messages simply ASCII text in the payload of the UDP datagram?) and then we can figure out a way to get it into tailviewer. So as long as it's not too application specific (e.g. if multiple people could use it) I'll happily add it to tailviewer for everyone. If it's highly specific for one application then I'll still be able to help, but most probably in the form of a custom-tailored plugin. Here are some questions from the top of my head:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
First of all - I really like this logger, thanks for the great tool! 👍
Our application logger is sending the payloads via UDP (from external device).
Currently for viewing the logs we have to open wireshark, copy the payloads and paste it into a file in order to view the logs.
I was wondering if there's any option to add UDP as data source? :)
Thanks a lot!
Oren.
Beta Was this translation helpful? Give feedback.
All reactions