netprobe

Crates.ionetprobe
lib.rsnetprobe
version0.4.0
sourcesrc
created_at2023-08-06 07:15:30.691233
updated_at2023-12-27 14:10:58.087906
descriptionCross-Platform Network Probe Library
homepage
repositoryhttps://github.com/shellrow/netprobe
max_upload_size
id936965
size207,404
shellrow (shellrow)

documentation

README

netprobe Crates.io License

Cross-Platform Network Probe Library. Written in Rust.

Features

  • traceroute
    • IPv4 UDP
    • IPv6 UDP
  • ping
    • IPv4 ICMPv4
    • IPv6 ICMPv6
    • IPv4 UDP
    • IPv6 UDP
    • IPv4 TCP
    • IPv6 TCP
  • neighbor
    • ARP
    • NDP

TODO

  • Documentation
  • More in-depth network investigations
  • Support for higher-layer probes (e.g., DNS, HTTP, etc.)

Usage

Add netprobe to your dependencies

[dependencies]
netprobe = "0.4"
Commit count: 52

cargo fmt