Adding agent for the Lightning Detector#640
Merged
BrianJKoopman merged 18 commits intomainfrom Jan 6, 2025
Merged
Conversation
guanyilun
reviewed
Mar 12, 2024
BrianJKoopman
requested changes
Mar 23, 2024
Member
BrianJKoopman
left a comment
There was a problem hiding this comment.
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
6 tasks
Member
BrianJKoopman
left a comment
There was a problem hiding this comment.
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?
BrianJKoopman
approved these changes
Jan 6, 2025
Member
BrianJKoopman
left a comment
There was a problem hiding this comment.
This is ready to go, just waiting for checks to pass.
laurensaunders
pushed a commit
that referenced
this pull request
Feb 19, 2026
* Adding agent for the Lightning Detector * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Removed unused yaml library from code * replaced match function to comply with python3.8 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added modifications suggested by Brian Koopman * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * another set of minor corrections after BK's review * final changes after PR review * removed unused docstrings * Function name modifications on agent, added .rst * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Move rst file into docs directory * Add docs page to index * Fix build warnings and format docs * fixed bug when reading lightning strike sentences --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Brian Koopman <brian.koopman@yale.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: