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

Just an issue to keep track of all the bugs/depedencies identifiesd #22

Open
AdithyanIlangovan opened this issue Nov 2, 2017 · 2 comments

Comments

@AdithyanIlangovan
Copy link
Contributor

AdithyanIlangovan commented Nov 2, 2017

Later add inside the doc.

Traceback (most recent call last):
  File "SLT_signalling/genSLT.py", line 2, in <module>
    import lxml.etree as etree
ImportError: No module named lxml.etree
@AdithyanIlangovan
Copy link
Contributor Author

AdithyanIlangovan commented Nov 2, 2017

In case of debian system eth0 to enp5s0. Not necessarily always eth0. Use the name of the interface.
In file, Sender_UI/trafficFilter.php

<?php

ini_set('memory_limit','-1');//remove memory limit
exec("sudo tc qdisc delete dev eth0 root");
exec("sudo tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 5000mbit");
exec("sudo tc class add dev eth0 parent 1: classid 1:1 cbq rate 35000kbit allot 1500 prio 5 bounded isolated");
exec("sudo tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 224.1.1.1 flowid 1:1");

echo "Done setting traffic pattern!";

?>

@AdithyanIlangovan
Copy link
Contributor Author

In case you have a problem with libcrypto.so saying that libcrypto.so.1.0.2 not found, you can add this repository and install the required version:

sudo apt-get update
sudo apt-add-repository ppa:ondrej/apache2
sudo apt-get install libssl1.0.2 libssl1.0.2-doc

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

1 participant