2 , buildPythonApplication
14 buildPythonApplication rec {
15 pname = "evillimiter";
18 src = fetchFromGitHub {
22 sha256 = "1l0acd4a36wzz1gyc6mcw3zpagyi2mc425c6d4c6anq3jxwm3847";
25 propagatedBuildInputs = [
39 pythonImportsCheck = [ "evillimiter.evillimiter" ];
42 description = "Tool that monitors, analyzes and limits the bandwidth";
43 mainProgram = "evillimiter";
45 A tool to monitor, analyze and limit the bandwidth (upload/download) of
46 devices on your local network without physical or administrative access.
47 evillimiter employs ARP spoofing and traffic shaping to throttle the
48 bandwidth of hosts on the network.
50 homepage = "https://github.com/bitbrute/evillimiter";
51 license = with licenses; [ mit ];
52 maintainers = with maintainers; [ fab ];