Git Product home page Git Product logo

eagleeye's People

Contributors

captainnorway avatar mochele15 avatar pmsosa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

eagleeye's Issues

Fix time-step issue once and for all.

On PacketCapture fix the issue of timesteps not being set to start every 5 seconds (or X seconds).

#Pseudocode Fix Idea
if packet.time > timestep:
   new_timestep = packet.time - (packet.time - first_timestep)%5

# e.g. first_timestep = 0; new_timestep = 13;
# new_timestep = 13 - (0-13)%5 = 13 - (3) = 10.

Front-End: Graphs

Per Client Graphs:

  • Sent & Recieved Packets per Time
  • UDP & TCP Packets per Time
  • Top Ports per Time

Big Cummulative Graph (all clients together):

  • Total Sent & Recieved Packets per Time
  • Total UDP & TCP Packets per Time
  • Total Top Ports per Time

2.4GHz Channel Spectrum Chart

While not as important, it would be interesting to gather our information and do a chart that shows the channel spectrum.

[Front End] Usage estimation

On each client table we have an entry titled "Usage". We have yet to actually fill this in.
There are multiple ways we could fill in for usage.

  • A running average: the average of packets sent from the beginning of the monitoring session. (i.e Client A has sent an average of 5,000 packets/second)

  • Instantaneous usage: compared to the total number of packets sent on the past timewindow (5 seconds) how many belonged to the given client. (i.e. Client A sent 60% of all packets on the last 5 seconds)

  • A mix of the two previous options: Compare to the total number of packets sent from the beginning of the monitoring session, what percentage were from A. (i.e. Client A accounts for 75% of all packets sent on the network).

Or perhaps we change "usage" for some other metric, instead we can change it for something like Avg. Sent or Avg. Recieved, using the above ideas.

Dropped Packets Graph

Adding a Dropped Packets Graph if possible. I guess a way to do it would be:

  • For each packet that we send/recv save their ID.
  • If we see a packet (within a close timeframe) sent/recv with the same ID. count this as a drop.
  • If x amount of time passes, the packet most likely passed and thus we can erase that id from our list.

This however cant be part of clients. (otherwise we are exchanging way to much info with the front-end). Idea to avoid jsonifying this information

Back End: All timesteps must be filled. Even if it is empty.

We need to do this to be more precisce, since the line charts in chart.js are continuos and they try to estimate non existent points. In other words, charts.js will do the following:

  • the green line is what chart.js estimates.
  • the red is how it actually should be.

Back-end: OS Fingerprint

Look at doing client fingerprinting using Scapy (and nmap module).Have a function set up for it.

Front-End: Beautify it

After we are done with the other Front-End tasks. We must beautify it. Perhaps with Bootstrap

Optional: Set up a questionnaire.

What is your age?
Have you ever set up a wi-fi router?
Did you set your own password or router name on the router?
Do you know about changing wi-fi channels?
How do you solve problems with your router?

  • Call ISP, Turn Off and On, Check in-router sites
    Do you consider yourself tech savvy?

quick description video

Can you add the description like video screen-recording how to configure and how it works etc..
Finding difficult to configure ...Thus video will be helpful.Thanks in Advance.....

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.