-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: UDP Logging #35
Comments
Should be easy enough. You're thinking it goes outbound and doesn't listen for connections? What do you imagine the packet looks like? I imagine it's intended for localhost only so udp unreliability isn't a factor? |
Yes, it would be outbound only. Package could be the same as the output of the CSV logger => 03.05.2022 18:38:25,88,NotSupported,,"661" Reliability of every packet arriving isn't a problem for my intended usage, as it shows the data live. |
This worked for me locally testing with Must use 127.0.0.1, localhost wont work. Output is \n delineated. Mind giving it a test and providing feedback? |
That was amazingly fast. Thank you very much. It works like I expected it to work. |
Hi,
I was wondering if it would be possible to integrate an UDP logging functionality so measurements could be sent to other programs easier. It would need a configurable IP address and port to which the data gets sent to.
I'm sadly not proficient enough in C# to implement this myself, but I could help with testing the functionality.
The text was updated successfully, but these errors were encountered: