fondazionebordoni / nemesys

Code for Network Measurement System Software for Monitoring of Fixed Broadband Quality of Service (QoS) Project
https://www.misurainternet.it/
GNU General Public License v3.0
7 stars 2 forks source link

Run source code #36

Closed daniporr closed 2 years ago

daniporr commented 2 years ago

I understand that

The project is not intended to be used from the code, but packaged for each platform (Mac OS, Windows and Linux). In order to use these packages, the user must register here.

But, if someone wants to try to run it from the source code (not to use it to get "official measurements"), how can they do that?

In your README I only see the commands to run the tests.

ewedlund commented 2 years ago

Hi, if you just want to run some measurements, you can take a look at this file: https://github.com/fondazionebordoni/nemesys/blob/master/common/tester.py

daniporr commented 2 years ago

Thank you, that works!

However, are those the same functionalities that are executed when you run the pre-built binaries?

ewedlund commented 2 years ago

Yes, that command calls the same methods that are used for the measurements made by an installed version of Nemesys.

Nemesys does some tuning based on the type of profile, e.g. the initial TCP window.

daniporr commented 2 years ago

Thank you very much for your help!