Crates.io | rtlola-io-plugins |
lib.rs | rtlola-io-plugins |
version | 0.2.0 |
source | src |
created_at | 2024-07-02 09:56:48.982694 |
updated_at | 2024-07-02 09:56:48.982694 |
description | Input and ouput plugins to be used in the various frontends of the interpreter |
homepage | http://rtlola.org |
repository | https://github.com/reactive-systems/RTLola-Interpreter |
max_upload_size | |
id | 1289423 |
size | 121,626 |
RTLola is a runtime monitoring framework. It consists of a parser, analyzer, and interpreter for the RTLola specification language.
This crate contains an Api to the interpreter capable of reading csv and pcap files.
It also provides an interface to parse and serialize bytes given to and coming from the rtlola-interpreter
.
For more information on the RTLola framework make sure to visit our Website: rtlola.org
This crate contains multiple input and output plugins to be used with the rtlola-interpreter
.
Right now, it supports CSV, PCAP files, and a Byte Plugin to parse and serialize byte streams.
Each plugin (or input/output method) is marked with a feature flag, so only the needed input/output variants can be included.
Copyright (C) CISPA - Helmholtz Center for Information Security 2024. Authors: Jan Baumeister, Florian Kohn, Stefan Oswald, Maximilian Schwenger. Based on original work at Universität des Saarlandes (C) 2020. Authors: Jan Baumeister, Florian Kohn, Malte Schledjewski, Maximilian Schwenger, Marvin Stenger, and Leander Tentrup.