Skip to content

Added Multicast dynamic config#71

Open
marcoSanti wants to merge 5 commits intomainfrom
dynamic-bcast-conf
Open

Added Multicast dynamic config#71
marcoSanti wants to merge 5 commits intomainfrom
dynamic-bcast-conf

Conversation

@marcoSanti
Copy link
Copy Markdown
Member

@marcoSanti marcoSanti commented Mar 31, 2026

This commit adds a multicast configuration server to update at runtime the CAPIO-CL configuration. It migrates from a REST based API webserver to a multicast API Server. This also updates the python bindings to expose the logic to the decorator @CapioCLRule

It also adds synchronization semantics within the Engine class to ensure thread safety.

This commit adds a multicast configuration server to update at runtime
the CAPIO-CL configuration. It migrates from a REST based API webserver
to a multicast API Server. This also updates the python bindings to
expose the logic to the decorator @CapioCLRule
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 31, 2026

Codecov Report

❌ Patch coverage is 98.51190% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.30%. Comparing base (753b77b) to head (13c4ace).

Files with missing lines Patch % Lines
src/Engine.cpp 98.55% 0 Missing and 4 partials ⚠️
src/api.cpp 98.24% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
+ Coverage   98.01%   98.30%   +0.28%     
==========================================
  Files          20       20              
  Lines        1362     1359       -3     
  Branches      861      885      +24     
==========================================
+ Hits         1335     1336       +1     
+ Misses          5        1       -4     
  Partials       22       22              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@marcoSanti marcoSanti force-pushed the dynamic-bcast-conf branch 5 times, most recently from 2694402 to c3fc591 Compare March 31, 2026 17:38
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.

2 participants