- 22 Mar, 2024 1 commit
-
-
Lluis Gifre Renom authored
- Updated build commands to docker buildx - Removed unneeded scripts - Moved scripts to scripts folder
-
- 20 Nov, 2023 1 commit
-
-
Lluis Gifre Renom authored
-
- 08 Nov, 2023 1 commit
-
-
famelis authored
-
- 11 May, 2023 1 commit
-
-
Lluis Gifre Renom authored
-
- 28 Mar, 2023 1 commit
-
-
delacal authored
-
- 24 Mar, 2023 1 commit
-
-
delacal authored
- Added GetConfiguredACLRules RPC and ACLRules message to AM protobuf file to allow exporting ACL rules created by this component to other components. - Implemented new RPC in the AM component to allow exporting ACL rules created to other components. - Increased KPI monitoring aggregation time interval from 5 seconds to 60 seconds. - Cleaned up CAD protobuf file. - Added useful logging statements to CAD and AM components. - Formatted CAD and AM code. - Removed unused gRPC channels in AM. - Restructured the cryptomining detector model directory. - Renamed cryptomining detector model file to include relevant details to help better identify the model. - Improved cryptomining detector model loading by removing the need for the model filename to be hardcoded in the code. - Removed old cryptomining detector models. - Refactored CAD code to improve readability. - Added script to automatically copy compiled protobuf files to DAD component. - Updated complete_deploy.sh to conform to the new TFS Release 2 deployment process. - Updated CAD and AM protbuf file messages and RPCs to improve readability and clarity. - Updated CAD and AM client and service to use the new RPCs names. - Changed CAD output message to use the cryptomining detector model filename as identifier. - Added ConnectionInfo class in CAD component to facilitate comparison and serialization of connection information. - Removed test statements used to check the time taken by the cryptomining detector to perform the inference using different batch sizes. - Added a function to properly measure the time taken by the cryptomining detector model to process a batch of connection statistics. - Added IP addresses corresponding to known cryptomining connections to validate the cryptomining detector model performance in the classification task. - Implemented several metrics in the CAD component to monitor the performance of the cryptomining detector model in the classification task. - Implemented a function to export the performance metrics of the cryptomining detector in the classification task to an external file. - Added script to retrieve performance metrics of the cryptomining detector in the classification task from CAD container.
-
- 01 Feb, 2023 2 commits
-
-
Lluis Gifre Renom authored
- Restored execute permissions
-
Lluis Gifre Renom authored
- Added/Updated headers - Added script to update copyright headers
-
- 27 Sep, 2022 2 commits
- 31 Aug, 2022 1 commit
-
-
Georgios Katsikas authored
Signed-off-by: gkatsikas <gkatsikas@ubitech.eu>
-
- 01 Aug, 2022 1 commit
-
-
Lluis Gifre Renom authored
- corrected service name computation in expose_ingress_grpc.sh script - corrected log format in deploy.sh script - added control to configure Grafana only when both webui and monitoring are deployed
-
- 15 Jul, 2022 1 commit
-
-
Lluis Gifre Renom authored
- removed unneeded comments from run_tests_locally*.sh in scripts folder - minor improvement in report_coverage_all.sh - added script to expose through the ingress controller the gRPC interfaces through the ingress controller for debug purposes
-
- 14 Jul, 2022 1 commit
-
-
Lluis Gifre Renom authored
- moved old deployment scripts to scripts/old - added NGINX-based ingress controller to expose http-based endpoints from a single connection point - adapted webui K8s manifest to be used with the ingress controller - improved install_requirements.sh (renamed from install_development_dependencies.sh) to prevent collision of package versions - adapted script to show deployment - created functional example settings script my_deploy.sh - created improved deploy.sh script - added first version of the deployment tutorial. Run Experiments and Development are work in progress.
-