rtlola-input-plugins

Crates.iortlola-input-plugins
lib.rsrtlola-input-plugins
version0.1.1
sourcesrc
created_at2022-12-19 12:35:24.6042
updated_at2024-06-28 13:50:25.978865
descriptionInput plugins to be used in the various frontends of the interpreter; This crate is deprecated use the `rtlola-io-plugins` crate instead
homepagehttp://rtlola.org
repositoryhttps://github.com/reactive-systems/RTLola-Interpreter
max_upload_size
id741180
size41,054
Frederik Scheerer (frsche)

documentation

README

RTLola logo

Deprecation Warning

This crate is now deprecated. Use the rtlola-io-plugins crate instead.

RTLola Interpreter Input 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 a CLI interface to the interpreter capable of reading csv and pcap files.

For more information on the RTLola framework make sure to visit our Website: rtlola.org

Input Plugins

This crate contains multiple input plugins to be used with the rtlola-interpreter. Right now, it supports CSV and PCAP files. Each plugin (or input method) is marked with a feature flag, so only the needed input variants can be included. By default, all input plugins are 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