rtlola-io-plugins

Crates.iortlola-io-plugins
lib.rsrtlola-io-plugins
version0.2.0
sourcesrc
created_at2024-07-02 09:56:48.982694
updated_at2024-07-02 09:56:48.982694
descriptionInput and ouput plugins to be used in the various frontends of the interpreter
homepagehttp://rtlola.org
repositoryhttps://github.com/reactive-systems/RTLola-Interpreter
max_upload_size
id1289423
size121,626
Florian Kohn (FlorianKohn)

documentation

README

RTLola logo

RTLola Interpreter IO Plugins

Crate API License

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

IO Plugins

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

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.

Commit count: 1296

cargo fmt