Skip to content
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

Move Message Printing behind configurable UDP server. #317

Conversation

petterreinholdtsen
Copy link
Contributor

No description provided.

This make it possible to run several grgsm_livemon processes on the same machine,
by giving them unique ports to listen on.
Instead of printing messages in parallel to the UDP package sending,
move the printing to after the UDP server block.  This make it both
possible to disable message printing by changing the server port to a
different value from the client port, and to print messages collected
by several clients by pointing all clients to the same server.
@ptrkrysik
Copy link
Owner

I'm not 100% sure if simpler change with adding configurable server port is not at least as good solution. But I'm merging as it is to the packaging branch as for the most users nothing will change.

@E3V3A
Copy link

E3V3A commented Aug 30, 2017

@petterreinholdtsen @ptrkrysik
Great! Please don't forget to add the info to README and explanation of what parameters it needs to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants