facebookarchive / augmented-traffic-control

Augmented Traffic Control: A tool to simulate network conditions
https://facebook.github.io/augmented-traffic-control
Other
4.33k stars 600 forks source link

I have installed ATC(augmented traffic control)- how to access it via mobile device - As unable use the same network between the laptop and device. Could anyone please guide me the detailed steps to perform in order to access ATC via mobile device #319

Open kavithaks opened 7 years ago

kavithaks commented 7 years ago

Meeting the requirements: ATC has a few requirements, this section is used to make sure the requirements are met. Until you can check all the boxes, ATC will not work on your system.

Checking for special atcd options:

In some cases, atcd default configuration may not be suitable for your system. Use:

atcd -h

do change those default to suit your setup. For instance, if your lan interface is wlan0, you should start atcd using:

atcd --atcd-lan wlan0

Steps to reproduce the issue: 1. 2. 3.

Describe the results you received:

Describe the results you expected:

Any additional information that you think is important:

Dumping system info:

While this may not be required in many cases, providing the following information will help us better understand your setup.

NOTE: before putting the output on gist, please check its content is fine to be publically available

Run https://github.com/facebook/augmented-traffic-control/blob/master/utils/dump_system_info.sh and upload the content of the logs to https://gist.github.com/

curl https://raw.githubusercontent.com/facebook/augmented-traffic-control/master/utils/dump_system_info.sh | bash -s -

This default to using eth0 and eth1 for wan and lan respectively. If you are using other interfaces (let say eth0 and wlan0 respectively), use:

curl https://raw.githubusercontent.com/facebook/augmented-traffic-control/master/utils/dump_system_info.sh | bash -s -  eth0 wlan0
chantra commented 7 years ago

@kavithaks could you start by answering the questions in the issue template, this would allow us to answer your question. Tks