zachary-cs / NDetect

Network Detective - Graphical Network Connections
0 stars 0 forks source link

UIR5 - Statistics View #19

Open ghost opened 6 years ago

ghost commented 6 years ago

Their should be a separate Class which uses the Packets from CaptureEngine to derive statistics for display in the console. The Statistics are defined as:

  1. Outgoing bandwidth
  2. Incoming bandwidth
  3. Number of packets captured (Total Packets)

Feel free to add additional statistics to this view if you can correctly calculate them.