-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adding agent for the Lightning Detector #640
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @felipecarrero! A few comments, questions, and requests below. Happy to discuss any of these in person too.
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checking in on this. One small comment the changes, but then also still need the docs page for this agent. Anything I can do to help with that?
Created an agent for the lightning detector that recieves data through the local network via UDP.
Description
The agent opens a socket and binds a port (1110) then receives packages sent by the lightning detector, parses them into a dictionary and publishes them to the agent feed.
Motivation and Context
No agent for the lightning detector exists.
How Has This Been Tested?
Testing carried out in daq-dev and monitoring through Grafana.
Types of changes
Checklist: