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

Could this be used for mobile devices? #53

Open
PierBover opened this issue Sep 29, 2016 · 2 comments
Open

Could this be used for mobile devices? #53

PierBover opened this issue Sep 29, 2016 · 2 comments

Comments

@PierBover
Copy link

Any idea on how I could use Comcast to provide a shitty connection to a mobile device via Wifi?

@ghost
Copy link

ghost commented Nov 11, 2016

Don't mobile devices already have shitty connections? ;P

As for a real answer... it would be entirely dependent on if your mobile device has iproute2 with NetEm capability. So long as you have root access and iptables/traffic control/netem works on android kernel, then this application should work.

Comcast does not interact with the packets directly. Comcast is simply a wrapper around more easily configuring the various packet manipulation facilities built into the operating system. Really, all it does is generate and execute commands. So assuming your device has support for those facilities and a shell it can put the commands into, theoretically it should work.

Not sure if android shells have "sudo" however, which might be the first limitation out-of-the-box if compiling this for use on Android's linux.

@1kastner
Copy link

Depending on the use case maybe you could also throttle another part of the connection.
The mobile device could e.g. connect to a proxy which shows the desired content.
This proxy could run on a linux and use this project for throttling.
That might be easier and less intrusive...

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

No branches or pull requests

2 participants