Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework of the Python Filter (Depends on PR Support UDP TCP #224) #232

Draft
wants to merge 17 commits into
base: support_tcp_udp
Choose a base branch
from

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    901e5e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7330b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    466e3d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    86649fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85055e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    4e1fc71 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    3064dd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    f3e619b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4446f0d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    71c133d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2d7fd View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    372430b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Fix Compile issues : added cmake findPython module

    example.py is made a better example to test the filter
    Added logger to example
    added support for venv
    updated cmake min version
    ThibaudCartegnie committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    8a6df55 View commit details
    Browse the repository at this point in the history
  2. Moved example.py

    ThibaudCartegnie committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5291f7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd76920 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Changed structure of expected python script

    - now expects a class (see algorithm_module.py)
    - added tests for class specific issues
    ThibaudCartegnie committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    6d30340 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Resolve comments

    ThibaudCartegnie committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    ff920e9 View commit details
    Browse the repository at this point in the history