Giter Club home page Giter Club logo

packet_radar's Introduction

Packet Radar

Packet Radar is a realtime network traffic visualization experiment.

It uses pcap to capture packets and displays the information in various ways.

  • packet fight viz - visualizes and animates packets transferring between hosts.
  • packet stats - a dashboard showing real-time network telemetry like data rates.
  • packet top - shows top connections
  • packet tail - a simple packet log viwer

This started as a weekend project project for

  • playing around with rust
  • playing around with understanding packets
  • playing around with visualizations, animations and simulations

If you like this, you may also be interested in Space Rader, a disk space visualization app.

Server uses nightly rust, UI is done with Canvas + JS.

Server

### If you need to install rust
curl https://sh.rustup.rs -sSf | sh
rustup install nightly
rustup default nightly

### Compile and run
cargo run

### On Linux Kernel >= 2.2
cargo build
sudo setcap cap_net_raw,cap_net_admin=eip target/debug/packet_radar
cargo run

(s/debug/release if --release)

### Or if you require sudo
cargo build
sudo target/debug/packet_radar

(s/debug/release if --release)

Visualization

open `html/packet_viz.html` in your browser

Contributors

  • Joshua Koo
  • Yang Bin Kwok

IDEAs / TODO

  • DNS resolution
  • Find local addresses
  • Whois
  • Ping / ICMP Traceroute probes
  • TCP/UDP trace probes
  • Traffic categorization (UDP, TCP,..
  • TLS)
  • DNS capture
  • RTT Analysis
  • Packet replay
  • Terminal interface
  • Visual traceroute
  • Geoip
  • TLS Parsing
  • Quic Packet Parsing
  • Sankey diagrams
  • Netstat / Socket listings
  • Break connections by processes
  • What's my ip whatsmyip
  • ASN breakdown

packet_radar's People

Contributors

yangbin avatar zz85 avatar

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.