facebookarchive / network-connection-class

Listen to current network traffic in the app and categorize the quality of the network.
Other
3.18k stars 515 forks source link

Question: Why does it not support upload stream bandwidth? #19

Closed kapilsukhyani closed 8 years ago

SeyelentEco commented 8 years ago

Since we're measuring the current connection class by monitoring traffic in your app we need a decent amount of traffic before we can get a good sense for how fast your current connection is. Since uploads are few and far between in most apps, we just haven't found a need to add this functionality. If you need it for your application, it should be pretty trivial to add in the same way we've measured and calculated the apps current downstream bandwidth.

kapilsukhyani commented 8 years ago

Thanks, make sense.

pranay18 commented 7 years ago

@SeyelentEco can you please elaborate a little bit more on how to get this library working for monitoring uploads as well?