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

Add a benchmark on the communication to measure its quality #95

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

MaximilienNaveau
Copy link
Contributor

Description

Create some python script in order to measure the communication quality.
The idea will be to perform different measurement from wifi and ethernet to compare wifi/ethernet cards.

How I Tested

Did a couple of experiment on a testbench.
The experiment data is logged here:
@todo write here the link to the data.

I fulfilled the following requirements

  • All new code is formatted according to our style guide (for C++ run clang-format, for Python, run flake8 and fix all warnings).
  • All new functions/classes are documented and existing documentation is updated according to changes.
  • No commented code from testing/debugging is kept (unless there is a good reason to keep it).

@jviereck
Copy link
Contributor

jviereck commented Jul 8, 2021

@MaximilienNaveau is this PR ready to review? If so, please setup someone as reviewer. Thanks.

@MaximilienNaveau
Copy link
Contributor Author

MaximilienNaveau commented Jul 9, 2021

As github says, it's a draft

@jviereck
Copy link
Contributor

jviereck commented Jul 9, 2021

Great, sorry, I didn't see the "Draft" sign.

Maximilien Naveau and others added 7 commits August 31, 2021 11:35
While the old version is building on Ubuntu 18.04, newer versions of gcc
do not allow the assignment to reference here.
…fix_for_ubuntu_20.04

fix "cannot bind packed field" on Ubuntu 20.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants