EricssonResearch / scream

SCReAM - Mobile optimised congestion control algorithm
BSD 2-Clause "Simplified" License
174 stars 53 forks source link

Comparing congestion control algorithms #11

Open ggarber opened 7 years ago

ggarber commented 7 years ago

Is there any work in progress to compare different congestion control algorithms under same conditions?

It would be great to have tools/framework to simulate different network conditions and test scream, gcc, sprout....

Something like https://github.com/EricssonResearch/scream/blob/master/code/scream_01.cpp test but with different recorded network scenarios and being able to run it against other algorithms.

I would be interested in collaborate on this kind of tool / framework.

IngJohEricsson commented 7 years ago

Hi It is unfortunately not in my top priority list to implement more tools for the comparison of different algorithms, however the tools derived by Keith Winstein and his team can be useful https://www.ietf.org/proceedings/96/slides/slides-96-iccrg-4.pdf

/Ingemar

From: Gustavo Garcia [mailto:notifications@github.com] Sent: den 25 juni 2017 16:24 To: EricssonResearch/scream scream@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [EricssonResearch/scream] Comparing congestion control algorithms (#11)

Is there any work in progress to compare different congestion control algorithms under same conditions?

It would be great to have tools/framework to simulate different network conditions and test scream, gcc, sprout....

Something like https://github.com/EricssonResearch/scream/blob/master/code/scream_01.cpp test but with different recorded network scenarios and being able to run it against other algorithms.

I would be interested in collaborate on this kind of tool / framework.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/EricssonResearch/scream/issues/11, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKOdGPJR-VVSY-Yxeo3it8F3IK6dgZCdks5sHm2SgaJpZM4OEnqJ.

ggarber commented 7 years ago

Thank you Ingemar for the pointer.

I'm going to review also these tests maintained in webrtc: https://chromium.googlesource.com/external/webrtc/+/master/webrtc/modules/remote_bitrate_estimator/test/estimators/