bitbrute/evillimiter-windows

Show each IP current upstream/downstream speed

Opened this issue · 1 comments

I noticed an amazing feature. When I limit an IP, it shows how much that device is actually consuming.

It would be superb to show this regardless of a limit is set or not. Even better, show how much has been consumed by each device.

This could open a lot of doors for various features and enable people to manage their network better.

Originally, I wanted to do exactly that. But there is a problem:
In order to show the down-/upstream of all the hosts, you would have to route the packets of every host through your machine using ARP spoofing. This is not really an ideal solution.

But nonetheless, I will work on a feature that allows the user to see the down-/upstream of selected hosts without having to limit them.