ndfred / iperf-ios

iPerf 3 library and app for iOS
Other
186 stars 26 forks source link

Use udp test to request jitter and lost data #51

Open WolfAloneLJ opened 3 years ago

WolfAloneLJ commented 3 years ago

Use udp test to request jitter and lost data,what i can do?

ndfred commented 2 years ago

Thanks for suggesting this!

UDP testing might be good, but what bandwidth value would you use? And adding UDP support would stretch the UI quite a bit, plus require a new help section (how to set up the server, how to read the results...) so it is not a small job. I might look into it, but my current intuition is that UDP testing is quite niche.

CollinCodez commented 1 year ago

I would also like to support the idea of adding UDP support and the ability to measure jitter and whatnot. This could definitely be helpful for things like peer to peer game streaming tools such as Moonlight and Parsec. (I know there's not currently a parsec iOS app but they would eventually like to make one). Bandwidth value should probably be something that the user would set. All of this could be under an "Advanced mode" menu or something like that.