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

host: Implement n-times repeated transmission in tx_samples_from_file example #679

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on May 15, 2023

  1. BuildSystem: Update RPath and version handling

    Newer versions of cmake do not set install_name, so we need to do it
    ourselves.
    FindDPDK module did not properly handle version range before, this
    change fixes this.
    Also made boost a system dependency to suppress compiler warnings from
    it.
    nzqo committed May 15, 2023
    Configuration menu
    Copy the full SHA
    89e7084 View commit details
    Browse the repository at this point in the history
  2. BuildSystem: Minor Formatting

    Some minor formatting, spaces etc
    nzqo committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f9dd009 View commit details
    Browse the repository at this point in the history
  3. Host: Fix a few compiler warnings

    This change fixes a few annoying compiler warnings. Mostly, those
    are related to unused variables which are simply suppressed.
    Also fixes a missing virtual destructor which could have resulted
    in memory issues.
    nzqo committed May 15, 2023
    Configuration menu
    Copy the full SHA
    49e555e View commit details
    Browse the repository at this point in the history
  4. Example: Implement n-times repeated transmission

    Implement n-repeat option in tx_samples_from_file example to repeat a
    transmission for a specified amount of times
    nzqo committed May 15, 2023
    Configuration menu
    Copy the full SHA
    a287864 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    c917f69 View commit details
    Browse the repository at this point in the history
  2. MR Review updates

    - Fixed sigint handler condition
    - Restored previous delay behavior
    - Added explanatory command for boost system header inclusion
    nzqo committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5e69181 View commit details
    Browse the repository at this point in the history